#C06564

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

Shades of Contessa #C06564

Tints of Contessa #C06564

Color information

#C06564 (or 0xC06564) is unknown color: approx Contessa. HEX triplet: C0, 65 and 64. RGB value is (192,101,100). Sum of RGB (Red+Green+Blue) = 192+101+100=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06564 is #3F9A9B. Grayscale: #808080. Windows color (decimal): -4168348 or 6579648. OLE color: 6579648.

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

Color convert

RGB192101100-
CMYK00.470.480.25
HSL0.65º42.2%57.25%-
HSV(B)0.65º47.92%75.29%-
XYZ28.6921.4314.68-
YUV128.1112.15173.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=48.85%
G=25.70%
B=25.45%

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
Decimal19210110000.470.480.250.6542.257.25
HexC0656402F301912a39
Octal300145144057603115271
Binary11000000110010111001000101111110000110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06564; }

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

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

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

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

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

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

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

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