#C87468

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

Shades of Contessa #C87468

Tints of Contessa #C87468

Color information

#C87468 (or 0xC87468) is unknown color: approx Contessa. HEX triplet: C8, 74 and 68. RGB value is (200,116,104). Sum of RGB (Red+Green+Blue) = 200+116+104=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C87468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87468 is #378B97. Grayscale: #8B8B8B. Windows color (decimal): -3640216 or 6845640. OLE color: 6845640.

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

Color convert

RGB200116104-
CMYK00.420.480.22
HSL7.5º46.6%59.61%-
HSV(B)7.5º48%78.43%-
XYZ32.5625.7716.35-
YUV139.75107.83170.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=47.62%
G=27.62%
B=24.76%

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
Decimal20011610400.420.480.227.546.659.61
HexC8746802A301682f3c
Octal3101641500526026105774
Binary11001000111010011010000101010110000101101000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87468; }

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

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

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

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

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

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

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

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