Html Css Color HEX #C47576 Charm

📋 copy color: '#C47576'

red 196 ◦ green 117 ◦ blue 118

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

Shades of Charm #C47576

Tints of Charm #C47576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

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

R = 45.48%
G = 27.15%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47576 (or 0xC47576) is known color: Charm. HEX triplet: C4, 75 and 76. RGB value is (196,117,118). Sum of RGB (Red+Green+Blue) = 196+117+118=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C47576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47576 is #3B8A89. Grayscale: #8C8C8C. Windows color (decimal): -3902090 or 7763396. OLE color: 7763396.

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

Color convert

RGB 196 117 118 -
CMYK 0 0.40 0.40 0.23
HSL 359.24º 0.4% 0.61% -
HSV(B) 359.24º 0.4% 0.77% -
XYZ 32.4 25.77 20.41 -
YUV 140.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 196 117 118 0 0.40 0.40 0.23 359.24 0.4 0.61
Hex C4 75 76 0 28 28 17 167 28 3D
Octal 304 165 166 0 50 50 27 547 50 75
Binary 11000100 1110101 1110110 0 101000 101000 10111 101100111 101000 111101

Color Harmonies of #C47576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47576

Black with #C47576

Text Example


Text Example

White with #C47576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47576; }

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

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

background-color css

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

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

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

border-color css

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

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

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