Color Hex Logo

#c06a67 Color Hex

#C06A67
(192,106,103)
0 Favorites   0 Comments

Color spaces of #c06a67

RGB 192106103
HSL0.010.410.58
HSV46°75°
CMYK 0.000.450.46   0.25
XYZ29.340422.493815.6273
Yxy22.49380.43490.3334
Hunter Lab47.427627.428013.6634
CIE-Lab54.547133.836816.9189

#c06a67 color RGB value is (192,106,103).

#c06a67 hex color red value is 192, green value is 106 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #c06a67 hue: 0.01 , saturation: 0.41 and the lightness value of c06a67 is 0.58.

The process color (four color CMYK) of #c06a67 color hex is 0.00, 0.45, 0.46, 0.25. Web safe color of #c06a67 is #cc6666. Color #c06a67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101010 01100111
Octal 300 152 147
Decimal 192 106 103
Hex C0 6A 67

RGB Percentages of Color #c06a67

%47.88
%26.43
%25.69

CMYK Percentages of Color #c06a67

%0
%45
%46
%25

Triadic Colors of #c06a67

#c06a67 #67c06a #6a67c0

Analogous Colors of #c06a67

#c06a67 #c09767 #c06791

Monochromatic Colors of #c06a67

#c06a67

Complementary Color

#c06a67 #67bdc0

#c06a67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06a67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06a67 Color CSS Codes

.mybgcolor {background-color:#c06a67; } 
.myforecolor {color:#c06a67; }
.mybordercolor {border:3px solid #c06a67; }

#c06a67 Text Font Color

<p style="color:#c06a67">Text here</p>

This sample text font color is #c06a67
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c06a67 Background Color

<div style="background-color:#c06a67">
Div content here</div>

This div background color is #c06a67


#c06a67 Border Color

<div style="border:3px solid #c06a67">
Div here</div>

This div border color is #c06a67


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,106,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c06a67; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c06a67;
  -webkit-box-shadow: 1px 1px 3px 2px #c06a67;
  box-shadow:         1px 1px 3px 2px #c06a67; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,106,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c06a67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c06a67;
  -webkit-box-shadow: 1px 1px 3px 2px #c06a67;
  box-shadow:         1px 1px 3px 2px #c06a67;">
Div content here</div>

This div box has shadow with color #c06a67


Comments

No comments written yet.

Please login to write comment.