#C87369

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

Shades of Contessa #C87369

Tints of Contessa #C87369

Color information

#C87369 (or 0xC87369) is unknown color: approx Contessa. HEX triplet: C8, 73 and 69. RGB value is (200,115,105). Sum of RGB (Red+Green+Blue) = 200+115+105=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C87369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87369 is #378C96. Grayscale: #8B8B8B. Windows color (decimal): -3640471 or 6910920. OLE color: 6910920.

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

Color convert

RGB200115105-
CMYK00.420.480.22
HSL6.32º46.34%59.8%-
HSV(B)6.32º47.5%78.43%-
XYZ32.525.5616.59-
YUV139.28108.66171.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 105 (41.41% from 255) = 25%
R=47.62%
G=27.38%
B=25%

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
Decimal20011510500.420.480.226.3246.3459.8
HexC8736902A301662e3c
Octal310163151052602665674
Binary1100100011100111101001010101011000010110110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87369; }

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

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

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

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

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

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

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

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