Html Css Color HEX #C97976 Contessa

📋 copy color: '#C97976'

red 201 ◦ green 121 ◦ blue 118

#C97976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #C97976

Tints of Contessa #C97976

RGB

 RED value IS 201 (78.91% from 255) = 45.68%

 GREEN value IS 121 (47.66% from 255) = 27.5%

 BLUE value IS 118 (46.48% from 255) = 26.82%

R = 45.68%
G = 27.5%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C97976 (or 0xC97976) is known color: Contessa. HEX triplet: C9, 79 and 76. RGB value is (201,121,118). Sum of RGB (Red+Green+Blue) = 201+121+118=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C97976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97976 is #368689. Grayscale: #909090. Windows color (decimal): -3573386 or 7764425. OLE color: 7764425.

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

Color convert

RGB 201 121 118 -
CMYK 0 0.40 0.41 0.21
HSL 2.17º 0.43% 0.63% -
HSV(B) 2.17º 0.41% 0.79% -
XYZ 34.19 27.4 20.63 -
YUV 144.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 201 121 118 0 0.40 0.41 0.21 2.17 0.43 0.63
Hex C9 79 76 0 28 29 15 2 2B 3F
Octal 311 171 166 0 50 51 25 2 53 77
Binary 11001001 1111001 1110110 0 101000 101001 10101 10 101011 111111

Color Harmonies of #C97976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97976

Black with #C97976

Text Example


Text Example

White with #C97976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97976; }

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

 H1.HeaderClassName
 {
   color: #C97976;
 }
 .AnyTagClassName
 {
   color: #C97976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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