Html Css Color HEX #C57D8F Charm

📋 copy color: '#C57D8F'

red 197 ◦ green 125 ◦ blue 143

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

Shades of Charm #C57D8F

Tints of Charm #C57D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 42.37%
G = 26.88%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C57D8F (or 0xC57D8F) is known color: Charm. HEX triplet: C5, 7D and 8F. RGB value is (197,125,143). Sum of RGB (Red+Green+Blue) = 197+125+143=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57D8F is #3A8270. Grayscale: #949494. Windows color (decimal): -3834481 or 9403845. OLE color: 9403845.

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

Color convert

RGB 197 125 143 -
CMYK 0 0.37 0.27 0.23
HSL 345º 0.38% 0.63% -
HSV(B) 345º 0.37% 0.77% -
XYZ 35.32 28.52 29.63 -
YUV 148.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 197 125 143 0 0.37 0.27 0.23 345 0.38 0.63
Hex C5 7D 8F 0 25 1B 17 159 26 3F
Octal 305 175 217 0 45 33 27 531 46 77
Binary 11000101 1111101 10001111 0 100101 11011 10111 101011001 100110 111111

Color Harmonies of #C57D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D8F

Black with #C57D8F

Text Example


Text Example

White with #C57D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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