#C06D6C

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

Shades of Contessa #C06D6C

Tints of Contessa #C06D6C

Color information

#C06D6C (or 0xC06D6C) is unknown color: approx Contessa. HEX triplet: C0, 6D and 6C. RGB value is (192,109,108). Sum of RGB (Red+Green+Blue) = 192+109+108=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D6C is #3F9293. Grayscale: #858585. Windows color (decimal): -4166292 or 7105984. OLE color: 7105984.

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

Color convert

RGB192109108-
CMYK00.430.440.25
HSL0.71º40%58.82%-
HSV(B)0.71º43.75%75.29%-
XYZ29.9123.2317.09-
YUV133.7113.5169.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=46.94%
G=26.65%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210910800.430.440.250.714058.82
HexC06D6C02B2C191283b
Octal300155154053543115073
Binary11000000110110111011000101011101100110011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D6C; }

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

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

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

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

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

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

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

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