Html Css Color HEX #C47C76 Contessa

📋 copy color: '#C47C76'

red 196 ◦ green 124 ◦ blue 118

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

Shades of Contessa #C47C76

Tints of Contessa #C47C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

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

R = 44.75%
G = 28.31%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47C76 (or 0xC47C76) is known color: Contessa. HEX triplet: C4, 7C and 76. RGB value is (196,124,118). Sum of RGB (Red+Green+Blue) = 196+124+118=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C76 is #3B8389. Grayscale: #909090. Windows color (decimal): -3900298 or 7765188. OLE color: 7765188.

HSL color Cylindrical-coordinate representation of color #C47C76: hue angle of 4.62º 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 #C47C76 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 118 -
CMYK 0 0.37 0.40 0.23
HSL 4.62º 0.4% 0.62% -
HSV(B) 4.62º 0.4% 0.77% -
XYZ 33.24 27.46 20.69 -
YUV 144.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 196 124 118 0 0.37 0.40 0.23 4.62 0.4 0.62
Hex C4 7C 76 0 25 28 17 5 28 3E
Octal 304 174 166 0 45 50 27 5 50 76
Binary 11000100 1111100 1110110 0 100101 101000 10111 101 101000 111110

Color Harmonies of #C47C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C76

Black with #C47C76

Text Example


Text Example

White with #C47C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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