Html Css Color HEX #C9706E Contessa

📋 copy color: '#C9706E'

red 201 ◦ green 112 ◦ blue 110

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

Shades of Contessa #C9706E

Tints of Contessa #C9706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26%

R = 47.52%
G = 26.48%
B = 26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9706E (or 0xC9706E) is known color: Contessa. HEX triplet: C9, 70 and 6E. RGB value is (201,112,110). Sum of RGB (Red+Green+Blue) = 201+112+110=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9706E is #368F91. Grayscale: #8A8A8A. Windows color (decimal): -3575698 or 7237833. OLE color: 7237833.

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

Color convert

RGB 201 112 110 -
CMYK 0 0.44 0.45 0.21
HSL 1.32º 0.46% 0.61% -
HSV(B) 1.32º 0.45% 0.79% -
XYZ 32.7 25.13 17.88 -
YUV 138.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 201 112 110 0 0.44 0.45 0.21 1.32 0.46 0.61
Hex C9 70 6E 0 2C 2D 15 1 2E 3D
Octal 311 160 156 0 54 55 25 1 56 75
Binary 11001001 1110000 1101110 0 101100 101101 10101 1 101110 111101

Color Harmonies of #C9706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9706E

Black with #C9706E

Text Example


Text Example

White with #C9706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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