#C87164

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

Shades of Contessa #C87164

Tints of Contessa #C87164

Color information

#C87164 (or 0xC87164) is unknown color: approx Contessa. HEX triplet: C8, 71 and 64. RGB value is (200,113,100). Sum of RGB (Red+Green+Blue) = 200+113+100=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C87164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87164 is #378E9B. Grayscale: #898989. Windows color (decimal): -3640988 or 6582728. OLE color: 6582728.

HSL color Cylindrical-coordinate representation of color #C87164: hue angle of 7.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87164 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB200113100-
CMYK00.440.50.22
HSL7.8º47.62%58.82%-
HSV(B)7.8º50%78.43%-
XYZ32.0225.0115.2-
YUV137.53106.82172.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=48.43%
G=27.36%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011310000.440.50.227.847.6258.82
HexC8716402C32168303b
Octal3101611440546226106073
Binary11001000111000111001000101100110010101101000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87164; }

 p { color: rgb(200,113,100); }

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

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

 a { background-color: rgb(200,113,100); }

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

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

 span { border-color: rgb(200,113,100); }

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