Html Css Color HEX #C9706D Contessa

📋 copy color: '#C9706D'

red 201 ◦ green 112 ◦ blue 109

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

Shades of Contessa #C9706D

Tints of Contessa #C9706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 47.63%
G = 26.54%
B = 25.83%

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

#C9706D (or 0xC9706D) is known color: Contessa. HEX triplet: C9, 70 and 6D. RGB value is (201,112,109). Sum of RGB (Red+Green+Blue) = 201+112+109=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9706D is #368F92. Grayscale: #8A8A8A. Windows color (decimal): -3575699 or 7172297. OLE color: 7172297.

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

Color convert

RGB 201 112 109 -
CMYK 0 0.44 0.46 0.21
HSL 1.96º 0.46% 0.61% -
HSV(B) 1.96º 0.46% 0.79% -
XYZ 32.64 25.11 17.59 -
YUV 138.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 201 112 109 0 0.44 0.46 0.21 1.96 0.46 0.61
Hex C9 70 6D 0 2C 2E 15 2 2E 3D
Octal 311 160 155 0 54 56 25 2 56 75
Binary 11001001 1110000 1101101 0 101100 101110 10101 10 101110 111101

Color Harmonies of #C9706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9706D

Black with #C9706D

Text Example


Text Example

White with #C9706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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