#C97975

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

Shades of Contessa #C97975

Tints of Contessa #C97975

Color information

#C97975 (or 0xC97975) is unknown color: approx Contessa. HEX triplet: C9, 79 and 75. RGB value is (201,121,117). Sum of RGB (Red+Green+Blue) = 201+121+117=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C97975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97975 is #36868A. Grayscale: #909090. Windows color (decimal): -3573387 or 7698889. OLE color: 7698889.

HSL color Cylindrical-coordinate representation of color #C97975: hue angle of 2.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97975 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201121117-
CMYK00.400.420.21
HSL2.86º43.75%62.35%-
HSV(B)2.86º41.79%78.82%-
XYZ34.1427.3820.31-
YUV144.46112.5168.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.79%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=45.79%
G=27.56%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112111700.400.420.212.8643.7562.35
HexC979750282A1532c3e
Octal311171165050522535476
Binary110010011111001111010101010001010101010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97975; }

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

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

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

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

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

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

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

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