#C87469

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

Shades of Contessa #C87469

Tints of Contessa #C87469

Color information

#C87469 (or 0xC87469) is unknown color: approx Contessa. HEX triplet: C8, 74 and 69. RGB value is (200,116,105). Sum of RGB (Red+Green+Blue) = 200+116+105=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C87469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87469 is #378B96. Grayscale: #8B8B8B. Windows color (decimal): -3640215 or 6911176. OLE color: 6911176.

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

Color convert

RGB200116105-
CMYK00.420.480.22
HSL6.95º46.34%59.8%-
HSV(B)6.95º47.5%78.43%-
XYZ32.6125.7916.62-
YUV139.86108.33170.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=47.51%
G=27.55%
B=24.94%

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
Decimal20011610500.420.480.226.9546.3459.8
HexC8746902A301672e3c
Octal310164151052602675674
Binary1100100011101001101001010101011000010110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87469; }

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

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

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

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

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

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

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

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