#c87464

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

Shades of Contessa #C87464

Tints of Contessa #C87464

Color information

#C87464 (or 0xC87464) is unknown color: approx Contessa. HEX triplet: C8, 74 and 64. RGB value is (200,116,100). Sum of RGB (Red+Green+Blue) = 200+116+100=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87464 is #378B9B. Grayscale: #8B8B8B. Windows color (decimal): -3640220 or 6583496. OLE color: 6583496.

HSL color Cylindrical-coordinate representation of color #C87464: hue angle of 9.6º 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 #C87464 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB200116100-
CMYK00.420.50.22
HSL9.6º47.62%58.82%-
HSV(B)9.6º50%78.43%-
XYZ32.3725.6915.31-
YUV139.29105.83171.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 100 (39.45% from 255) = 24.04%
R=48.08%
G=27.88%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011610000.420.50.229.647.6258.82
HexC8746402A3216a303b
Octal3101641440526226126073
Binary11001000111010011001000101010110010101101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87464; }

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

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

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

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

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

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

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

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