Html Css Color HEX #C47776 Contessa

📋 copy color: '#C47776'

red 196 ◦ green 119 ◦ blue 118

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

Shades of Contessa #C47776

Tints of Contessa #C47776

RGB

 RED value IS 196 (76.95% from 255) = 45.27%

 GREEN value IS 119 (46.88% from 255) = 27.48%

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

R = 45.27%
G = 27.48%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47776 (or 0xC47776) is known color: Contessa. HEX triplet: C4, 77 and 76. RGB value is (196,119,118). Sum of RGB (Red+Green+Blue) = 196+119+118=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C47776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47776 is #3B8889. Grayscale: #8D8D8D. Windows color (decimal): -3901578 or 7763908. OLE color: 7763908.

HSL color Cylindrical-coordinate representation of color #C47776: hue angle of 0.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47776 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 118 -
CMYK 0 0.39 0.40 0.23
HSL 0.77º 0.4% 0.62% -
HSV(B) 0.77º 0.4% 0.77% -
XYZ 32.63 26.24 20.48 -
YUV 141.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 196 119 118 0 0.39 0.40 0.23 0.77 0.4 0.62
Hex C4 77 76 0 27 28 17 1 28 3E
Octal 304 167 166 0 47 50 27 1 50 76
Binary 11000100 1110111 1110110 0 100111 101000 10111 1 101000 111110

Color Harmonies of #C47776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47776

Black with #C47776

Text Example


Text Example

White with #C47776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47776; }

 p { color: rgb(196,119,118); }

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

background-color css

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

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

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

border-color css

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

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

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