Html Css Color HEX #C97774 Contessa

📋 copy color: '#C97774'

red 201 ◦ green 119 ◦ blue 116

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

Shades of Contessa #C97774

Tints of Contessa #C97774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 46.1%
G = 27.29%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C97774 (or 0xC97774) is known color: Contessa. HEX triplet: C9, 77 and 74. RGB value is (201,119,116). Sum of RGB (Red+Green+Blue) = 201+119+116=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97774 is #36888B. Grayscale: #8F8F8F. Windows color (decimal): -3573900 or 7632841. OLE color: 7632841.

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

Color convert

RGB 201 119 116 -
CMYK 0 0.41 0.42 0.21
HSL 2.12º 0.44% 0.62% -
HSV(B) 2.12º 0.42% 0.79% -
XYZ 33.84 26.87 19.93 -
YUV 143.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 201 119 116 0 0.41 0.42 0.21 2.12 0.44 0.62
Hex C9 77 74 0 29 2A 15 2 2C 3E
Octal 311 167 164 0 51 52 25 2 54 76
Binary 11001001 1110111 1110100 0 101001 101010 10101 10 101100 111110

Color Harmonies of #C97774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97774

Black with #C97774

Text Example


Text Example

White with #C97774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97774; }

 p { color: rgb(201,119,116); }

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

background-color css

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

 a { background-color: rgb(201,119,116); }

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

border-color css

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

 span { border-color: rgb(201,119,116); }

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