#c06c5f

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

Shades of Contessa #C06C5F

Tints of Contessa #C06C5F

Color information

#C06C5F (or 0xC06C5F) is unknown color: approx Contessa. HEX triplet: C0, 6C and 5F. RGB value is (192,108,95). Sum of RGB (Red+Green+Blue) = 192+108+95=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C5F is #3F93A0. Grayscale: #838383. Windows color (decimal): -4166561 or 6253760. OLE color: 6253760.

HSL color Cylindrical-coordinate representation of color #C06C5F: hue angle of 8.04º 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 #C06C5F is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19210895-
CMYK00.440.510.25
HSL8.04º43.5%56.27%-
HSV(B)8.04º50.52%75.29%-
XYZ29.1722.7613.68-
YUV131.63107.33171.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=48.61%
G=27.34%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921089500.440.510.258.0443.556.27
HexC06C5F02C331982b38
Octal3001541370546331105370
Binary11000000110110010111110101100110011110011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06c5f; }

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

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

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

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

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

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

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

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