Html Css Color HEX #C7706A Contessa

📋 copy color: '#C7706A'

red 199 ◦ green 112 ◦ blue 106

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

Shades of Contessa #C7706A

Tints of Contessa #C7706A

RGB

 RED value IS 199 (78.13% from 255) = 47.72%

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

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 47.72%
G = 26.86%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7706A (or 0xC7706A) is known color: Contessa. HEX triplet: C7, 70 and 6A. RGB value is (199,112,106). Sum of RGB (Red+Green+Blue) = 199+112+106=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7706A is #388F95. Grayscale: #898989. Windows color (decimal): -3706774 or 6975687. OLE color: 6975687.

HSL color Cylindrical-coordinate representation of color #C7706A: hue angle of 3.87º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7706A is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 106 -
CMYK 0 0.44 0.47 0.22
HSL 3.87º 0.45% 0.6% -
HSV(B) 3.87º 0.47% 0.78% -
XYZ 31.95 24.77 16.73 -
YUV 137.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 199 112 106 0 0.44 0.47 0.22 3.87 0.45 0.6
Hex C7 70 6A 0 2C 2F 16 4 2D 3C
Octal 307 160 152 0 54 57 26 4 55 74
Binary 11000111 1110000 1101010 0 101100 101111 10110 100 101101 111100

Color Harmonies of #C7706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7706A

Black with #C7706A

Text Example


Text Example

White with #C7706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7706A; }

 p { color: rgb(199,112,106); }

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

background-color css

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

 a { background-color: rgb(199,112,106); }

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

border-color css

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

 span { border-color: rgb(199,112,106); }

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