#C97565

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

Shades of Contessa #C97565

Tints of Contessa #C97565

Color information

#C97565 (or 0xC97565) is unknown color: approx Contessa. HEX triplet: C9, 75 and 65. RGB value is (201,117,101). Sum of RGB (Red+Green+Blue) = 201+117+101=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C97565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97565 is #368A9A. Grayscale: #8C8C8C. Windows color (decimal): -3574427 or 6649289. OLE color: 6649289.

HSL color Cylindrical-coordinate representation of color #C97565: hue angle of 9.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97565 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB201117101-
CMYK00.420.500.21
HSL9.6º48.08%59.22%-
HSV(B)9.6º49.75%78.82%-
XYZ32.826.0815.62-
YUV140.29105.83171.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=47.97%
G=27.92%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111710100.420.500.219.648.0859.22
HexC9756502A3215a303b
Octal3111651450526225126073
Binary11001001111010111001010101010110010101011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97565; }

 p { color: rgb(201,117,101); }

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

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

 a { background-color: rgb(201,117,101); }

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

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

 span { border-color: rgb(201,117,101); }

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