Html Css Color HEX #C7706F Contessa

📋 copy color: '#C7706F'

red 199 ◦ green 112 ◦ blue 111

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

Shades of Contessa #C7706F

Tints of Contessa #C7706F

RGB

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

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

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

R = 47.16%
G = 26.54%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7706F (or 0xC7706F) is known color: Contessa. HEX triplet: C7, 70 and 6F. RGB value is (199,112,111). Sum of RGB (Red+Green+Blue) = 199+112+111=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7706F is #388F90. Grayscale: #898989. Windows color (decimal): -3706769 or 7303367. OLE color: 7303367.

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

Color convert

RGB 199 112 111 -
CMYK 0 0.44 0.44 0.22
HSL 0.68º 0.44% 0.61% -
HSV(B) 0.68º 0.44% 0.78% -
XYZ 32.22 24.88 18.14 -
YUV 137.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 199 112 111 0 0.44 0.44 0.22 0.68 0.44 0.61
Hex C7 70 6F 0 2C 2C 16 1 2C 3D
Octal 307 160 157 0 54 54 26 1 54 75
Binary 11000111 1110000 1101111 0 101100 101100 10110 1 101100 111101

Color Harmonies of #C7706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7706F

Black with #C7706F

Text Example


Text Example

White with #C7706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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