Html Css Color HEX #C77472 Contessa

📋 copy color: '#C77472'

red 199 ◦ green 116 ◦ blue 114

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

Shades of Contessa #C77472

Tints of Contessa #C77472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

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

R = 46.39%
G = 27.04%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C77472 (or 0xC77472) is known color: Contessa. HEX triplet: C7, 74 and 72. RGB value is (199,116,114). Sum of RGB (Red+Green+Blue) = 199+116+114=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C77472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77472 is #388B8D. Grayscale: #8C8C8C. Windows color (decimal): -3705742 or 7500999. OLE color: 7500999.

HSL color Cylindrical-coordinate representation of color #C77472: hue angle of 1.41º 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 #C77472 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 116 114 -
CMYK 0 0.42 0.43 0.22
HSL 1.41º 0.43% 0.61% -
HSV(B) 1.41º 0.43% 0.78% -
XYZ 32.84 25.85 19.18 -
YUV 140.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 199 116 114 0 0.42 0.43 0.22 1.41 0.43 0.61
Hex C7 74 72 0 2A 2B 16 1 2B 3D
Octal 307 164 162 0 52 53 26 1 53 75
Binary 11000111 1110100 1110010 0 101010 101011 10110 1 101011 111101

Color Harmonies of #C77472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77472

Black with #C77472

Text Example


Text Example

White with #C77472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77472; }

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

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

background-color css

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

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

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

border-color css

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

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

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