#C87368

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

Shades of Contessa #C87368

Tints of Contessa #C87368

Color information

#C87368 (or 0xC87368) is unknown color: approx Contessa. HEX triplet: C8, 73 and 68. RGB value is (200,115,104). Sum of RGB (Red+Green+Blue) = 200+115+104=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C87368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87368 is #378C97. Grayscale: #8B8B8B. Windows color (decimal): -3640472 or 6845384. OLE color: 6845384.

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

Color convert

RGB200115104-
CMYK00.420.480.22
HSL6.88º46.6%59.61%-
HSV(B)6.88º48%78.43%-
XYZ32.4525.5416.32-
YUV139.16108.16171.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=47.73%
G=27.45%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011510400.420.480.226.8846.659.61
HexC8736802A301672f3c
Octal310163150052602675774
Binary1100100011100111101000010101011000010110111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87368; }

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

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

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

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

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

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

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

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