Html Css Color HEX #C57D7E Charm

📋 copy color: '#C57D7E'

red 197 ◦ green 125 ◦ blue 126

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

Shades of Charm #C57D7E

Tints of Charm #C57D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 43.97%
G = 27.9%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C57D7E (or 0xC57D7E) is known color: Charm. HEX triplet: C5, 7D and 7E. RGB value is (197,125,126). Sum of RGB (Red+Green+Blue) = 197+125+126=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D7E is #3A8281. Grayscale: #929292. Windows color (decimal): -3834498 or 8289733. OLE color: 8289733.

HSL color Cylindrical-coordinate representation of color #C57D7E: hue angle of 359.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57D7E is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 125 126 -
CMYK 0 0.37 0.36 0.23
HSL 359.17º 0.38% 0.63% -
HSV(B) 359.17º 0.37% 0.77% -
XYZ 34.13 28.04 23.35 -
YUV 146.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 197 125 126 0 0.37 0.36 0.23 359.17 0.38 0.63
Hex C5 7D 7E 0 25 24 17 167 26 3F
Octal 305 175 176 0 45 44 27 547 46 77
Binary 11000101 1111101 1111110 0 100101 100100 10111 101100111 100110 111111

Color Harmonies of #C57D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D7E

Black with #C57D7E

Text Example


Text Example

White with #C57D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D7E; }

 p { color: rgb(197,125,126); }

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

background-color css

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

 a { background-color: rgb(197,125,126); }

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

border-color css

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

 span { border-color: rgb(197,125,126); }

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