Html Css Color HEX #C97064 Contessa

📋 copy color: '#C97064'

red 201 ◦ green 112 ◦ blue 100

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

Shades of Contessa #C97064

Tints of Contessa #C97064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 48.67%
G = 27.12%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C97064 (or 0xC97064) is known color: Contessa. HEX triplet: C9, 70 and 64. RGB value is (201,112,100). Sum of RGB (Red+Green+Blue) = 201+112+100=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C97064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97064 is #368F9B. Grayscale: #898989. Windows color (decimal): -3575708 or 6582473. OLE color: 6582473.

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

Color convert

RGB 201 112 100 -
CMYK 0 0.44 0.50 0.21
HSL 7.13º 0.48% 0.59% -
HSV(B) 7.13º 0.5% 0.79% -
XYZ 32.18 24.93 15.17 -
YUV 137.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 201 112 100 0 0.44 0.50 0.21 7.13 0.48 0.59
Hex C9 70 64 0 2C 32 15 7 30 3B
Octal 311 160 144 0 54 62 25 7 60 73
Binary 11001001 1110000 1100100 0 101100 110010 10101 111 110000 111011

Color Harmonies of #C97064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97064

Black with #C97064

Text Example


Text Example

White with #C97064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97064; }

 p { color: rgb(201,112,100); }

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

background-color css

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

 a { background-color: rgb(201,112,100); }

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

border-color css

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

 span { border-color: rgb(201,112,100); }

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