#C06666

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

Shades of Contessa #C06666

Tints of Contessa #C06666

Color information

#C06666 (or 0xC06666) is unknown color: approx Contessa. HEX triplet: C0, 66 and 66. RGB value is (192,102,102). Sum of RGB (Red+Green+Blue) = 192+102+102=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06666 is #3F9999. Grayscale: #818181. Windows color (decimal): -4168090 or 6710976. OLE color: 6710976.

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

Color convert

RGB192102102-
CMYK00.470.470.25
HSL41.67%57.65%-
HSV(B)46.88%75.29%-
XYZ28.8921.6715.23-
YUV128.91112.82173-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 102 (40.23% from 255) = 25.76%
R=48.48%
G=25.76%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210210200.470.470.25041.6757.65
HexC0666602F2F1902a3a
Octal300146146057573105272
Binary11000000110011011001100101111101111110010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06666; }

 p { color: rgb(192,102,102); }

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

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

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

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

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

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

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