Html Css Color HEX #C9706C Contessa

📋 copy color: '#C9706C'

red 201 ◦ green 112 ◦ blue 108

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

Shades of Contessa #C9706C

Tints of Contessa #C9706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.65%

R = 47.74%
G = 26.6%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9706C (or 0xC9706C) is known color: Contessa. HEX triplet: C9, 70 and 6C. RGB value is (201,112,108). Sum of RGB (Red+Green+Blue) = 201+112+108=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9706C is #368F93. Grayscale: #8A8A8A. Windows color (decimal): -3575700 or 7106761. OLE color: 7106761.

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

Color convert

RGB 201 112 108 -
CMYK 0 0.44 0.46 0.21
HSL 2.58º 0.46% 0.61% -
HSV(B) 2.58º 0.46% 0.79% -
XYZ 32.59 25.09 17.31 -
YUV 138.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 201 112 108 0 0.44 0.46 0.21 2.58 0.46 0.61
Hex C9 70 6C 0 2C 2E 15 3 2E 3D
Octal 311 160 154 0 54 56 25 3 56 75
Binary 11001001 1110000 1101100 0 101100 101110 10101 11 101110 111101

Color Harmonies of #C9706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9706C

Black with #C9706C

Text Example


Text Example

White with #C9706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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