#c06f5f

Color #C06F5F Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C06F5F

Tints of Contessa #C06F5F

Color information

#C06F5F (or 0xC06F5F) is unknown color: approx Contessa. HEX triplet: C0, 6F and 5F. RGB value is (192,111,95). Sum of RGB (Red+Green+Blue) = 192+111+95=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F5F is #3F90A0. Grayscale: #858585. Windows color (decimal): -4165793 or 6254528. OLE color: 6254528.

HSL color Cylindrical-coordinate representation of color #C06F5F: hue angle of 9.9º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06F5F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19211195-
CMYK00.420.510.25
HSL9.9º43.5%56.27%-
HSV(B)9.9º50.52%75.29%-
XYZ29.4923.413.79-
YUV133.4106.34169.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=48.24%
G=27.89%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921119500.420.510.259.943.556.27
HexC06F5F02A3319a2b38
Octal3001571370526331125370
Binary11000000110111110111110101010110011110011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06f5f; }

 p { color: rgb(192,111,95); }

 H1.HeaderClassName
 {
   color: #c06f5f;
 }
 .AnyTagClassName
 {
   color: #c06f5f;
 }
</style>
background-color css

<style>
 a { background-color: #c06f5f; }

 a { background-color: rgb(192,111,95); }

 div.DivClassName
 {
   background-color: #c06f5f;
 }
 .BgClassName
 {
   background-color: #c06f5f;
 }
</style>
border-color css

<style>
 span { border-color: #c06f5f; }

 span { border-color: rgb(192,111,95); }

 td.TdClassName
 {
   border-color: #c06f5f;
 }
 .TagClassName
 {
   border-color: #c06f5f;
 }
</style>