Html Css Color HEX #C57576 Charm

📋 copy color: '#C57576'

red 197 ◦ green 117 ◦ blue 118

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

Shades of Charm #C57576

Tints of Charm #C57576

RGB

 RED value IS 197 (77.34% from 255) = 45.6%

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

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

R = 45.6%
G = 27.08%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C57576 (or 0xC57576) is known color: Charm. HEX triplet: C5, 75 and 76. RGB value is (197,117,118). Sum of RGB (Red+Green+Blue) = 197+117+118=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C57576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57576 is #3A8A89. Grayscale: #8D8D8D. Windows color (decimal): -3836554 or 7763397. OLE color: 7763397.

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

Color convert

RGB 197 117 118 -
CMYK 0 0.41 0.40 0.23
HSL 359.25º 0.41% 0.62% -
HSV(B) 359.25º 0.41% 0.77% -
XYZ 32.66 25.9 20.42 -
YUV 141.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 197 117 118 0 0.41 0.40 0.23 359.25 0.41 0.62
Hex C5 75 76 0 29 28 17 167 29 3E
Octal 305 165 166 0 51 50 27 547 51 76
Binary 11000101 1110101 1110110 0 101001 101000 10111 101100111 101001 111110

Color Harmonies of #C57576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57576

Black with #C57576

Text Example


Text Example

White with #C57576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57576; }

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

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

background-color css

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

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

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

border-color css

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

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

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