Html Css Color HEX #C77676 Contessa

📋 copy color: '#C77676'

red 199 ◦ green 118 ◦ blue 118

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

Shades of Contessa #C77676

Tints of Contessa #C77676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 45.75%
G = 27.13%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C77676 (or 0xC77676) is known color: Contessa. HEX triplet: C7, 76 and 76. RGB value is (199,118,118). Sum of RGB (Red+Green+Blue) = 199+118+118=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C77676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77676 is #388989. Grayscale: #8E8E8E. Windows color (decimal): -3705226 or 7763655. OLE color: 7763655.

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

Color convert

RGB 199 118 118 -
CMYK 0 0.41 0.41 0.22
HSL 0.42% 0.62% -
HSV(B) 0.41% 0.78% -
XYZ 33.3 26.41 20.48 -
YUV 142.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 199 118 118 0 0.41 0.41 0.22 0 0.42 0.62
Hex C7 76 76 0 29 29 16 0 2A 3E
Octal 307 166 166 0 51 51 26 0 52 76
Binary 11000111 1110110 1110110 0 101001 101001 10110 0 101010 111110

Color Harmonies of #C77676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77676

Black with #C77676

Text Example


Text Example

White with #C77676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77676; }

 p { color: rgb(199,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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