#C27564

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

Shades of Contessa #C27564

Tints of Contessa #C27564

Color information

#C27564 (or 0xC27564) is unknown color: approx Contessa. HEX triplet: C2, 75 and 64. RGB value is (194,117,100). Sum of RGB (Red+Green+Blue) = 194+117+100=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C27564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27564 is #3D8A9B. Grayscale: #8A8A8A. Windows color (decimal): -4033180 or 6583746. OLE color: 6583746.

HSL color Cylindrical-coordinate representation of color #C27564: hue angle of 10.85º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27564 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB194117100-
CMYK00.400.480.24
HSL10.85º43.52%57.65%-
HSV(B)10.85º48.45%76.08%-
XYZ30.9125.1115.27-
YUV138.08106.51167.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=47.20%
G=28.47%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411710000.400.480.2410.8543.5257.65
HexC275640283018b2c3a
Octal3021651440506030135472
Binary11000010111010111001000101000110000110001011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27564; }

 p { color: rgb(194,117,100); }

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

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

 a { background-color: rgb(194,117,100); }

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

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

 span { border-color: rgb(194,117,100); }

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