Html Css Color HEX #C9706F Contessa

📋 copy color: '#C9706F'

red 201 ◦ green 112 ◦ blue 111

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

Shades of Contessa #C9706F

Tints of Contessa #C9706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 47.41%
G = 26.42%
B = 26.18%

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

#C9706F (or 0xC9706F) is known color: Contessa. HEX triplet: C9, 70 and 6F. RGB value is (201,112,111). Sum of RGB (Red+Green+Blue) = 201+112+111=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9706F is #368F90. Grayscale: #8A8A8A. Windows color (decimal): -3575697 or 7303369. OLE color: 7303369.

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

Color convert

RGB 201 112 111 -
CMYK 0 0.44 0.45 0.21
HSL 0.67º 0.45% 0.61% -
HSV(B) 0.67º 0.45% 0.79% -
XYZ 32.75 25.15 18.17 -
YUV 138.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 201 112 111 0 0.44 0.45 0.21 0.67 0.45 0.61
Hex C9 70 6F 0 2C 2D 15 1 2D 3D
Octal 311 160 157 0 54 55 25 1 55 75
Binary 11001001 1110000 1101111 0 101100 101101 10101 1 101101 111101

Color Harmonies of #C9706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9706F

Black with #C9706F

Text Example


Text Example

White with #C9706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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