#C06664

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

Shades of Contessa #C06664

Tints of Contessa #C06664

Color information

#C06664 (or 0xC06664) is unknown color: approx Contessa. HEX triplet: C0, 66 and 64. RGB value is (192,102,100). Sum of RGB (Red+Green+Blue) = 192+102+100=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C06664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06664 is #3F999B. Grayscale: #808080. Windows color (decimal): -4168092 or 6579904. OLE color: 6579904.

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

Color convert

RGB192102100-
CMYK00.470.480.25
HSL1.3º42.2%57.25%-
HSV(B)1.3º47.92%75.29%-
XYZ28.7921.6314.71-
YUV128.68111.82173.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=48.73%
G=25.89%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210210000.470.480.251.342.257.25
HexC0666402F301912a39
Octal300146144057603115271
Binary11000000110011011001000101111110000110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06664; }

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

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

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

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

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

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

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

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