Html Css Color HEX #C77D72 Contessa

📋 copy color: '#C77D72'

red 199 ◦ green 125 ◦ blue 114

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

Shades of Contessa #C77D72

Tints of Contessa #C77D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.54%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 45.43%
G = 28.54%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C77D72 (or 0xC77D72) is known color: Contessa. HEX triplet: C7, 7D and 72. RGB value is (199,125,114). Sum of RGB (Red+Green+Blue) = 199+125+114=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D72 is #38828D. Grayscale: #919191. Windows color (decimal): -3703438 or 7503303. OLE color: 7503303.

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

Color convert

RGB 199 125 114 -
CMYK 0 0.37 0.43 0.22
HSL 7.76º 0.43% 0.61% -
HSV(B) 7.76º 0.43% 0.78% -
XYZ 33.92 28.02 19.54 -
YUV 145.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 199 125 114 0 0.37 0.43 0.22 7.76 0.43 0.61
Hex C7 7D 72 0 25 2B 16 8 2B 3D
Octal 307 175 162 0 45 53 26 10 53 75
Binary 11000111 1111101 1110010 0 100101 101011 10110 1000 101011 111101

Color Harmonies of #C77D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D72

Black with #C77D72

Text Example


Text Example

White with #C77D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D72; }

 p { color: rgb(199,125,114); }

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

background-color css

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

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

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

border-color css

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

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

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