#C87363

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

Shades of Contessa #C87363

Tints of Contessa #C87363

Color information

#C87363 (or 0xC87363) is unknown color: approx Contessa. HEX triplet: C8, 73 and 63. RGB value is (200,115,99). Sum of RGB (Red+Green+Blue) = 200+115+99=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C87363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87363 is #378C9C. Grayscale: #8A8A8A. Windows color (decimal): -3640477 or 6517704. OLE color: 6517704.

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

Color convert

RGB20011599-
CMYK00.420.500.22
HSL9.5º47.87%58.63%-
HSV(B)9.5º50.5%78.43%-
XYZ32.225.4415.02-
YUV138.59105.66171.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=48.31%
G=27.78%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001159900.420.500.229.547.8758.63
HexC8736302A3216a303b
Octal3101631430526226126073
Binary11001000111001111000110101010110010101101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87363; }

 p { color: rgb(200,115,99); }

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

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

 a { background-color: rgb(200,115,99); }

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

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

 span { border-color: rgb(200,115,99); }

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