#C27566

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

Shades of Contessa #C27566

Tints of Contessa #C27566

Color information

#C27566 (or 0xC27566) is unknown color: approx Contessa. HEX triplet: C2, 75 and 66. RGB value is (194,117,102). Sum of RGB (Red+Green+Blue) = 194+117+102=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C27566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27566 is #3D8A99. Grayscale: #8A8A8A. Windows color (decimal): -4033178 or 6714818. OLE color: 6714818.

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

Color convert

RGB194117102-
CMYK00.400.470.24
HSL9.78º42.99%58.04%-
HSV(B)9.78º47.42%76.08%-
XYZ31.0125.1515.79-
YUV138.31107.51167.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=46.97%
G=28.33%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411710200.400.470.249.7842.9958.04
HexC275660282F18a2b3a
Octal3021651460505730125372
Binary11000010111010111001100101000101111110001010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27566; }

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

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

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

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

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

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

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

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