Html Css Color HEX #C57E85 Charm

📋 copy color: '#C57E85'

red 197 ◦ green 126 ◦ blue 133

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

Shades of Charm #C57E85

Tints of Charm #C57E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.63%

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 43.2%
G = 27.63%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C57E85 (or 0xC57E85) is known color: Charm. HEX triplet: C5, 7E and 85. RGB value is (197,126,133). Sum of RGB (Red+Green+Blue) = 197+126+133=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E85 is #3A817A. Grayscale: #949494. Windows color (decimal): -3834235 or 8748741. OLE color: 8748741.

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

Color convert

RGB 197 126 133 -
CMYK 0 0.36 0.32 0.23
HSL 354.08º 0.38% 0.63% -
HSV(B) 354.08º 0.36% 0.77% -
XYZ 34.72 28.49 25.86 -
YUV 148.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 197 126 133 0 0.36 0.32 0.23 354.08 0.38 0.63
Hex C5 7E 85 0 24 20 17 162 26 3F
Octal 305 176 205 0 44 40 27 542 46 77
Binary 11000101 1111110 10000101 0 100100 100000 10111 101100010 100110 111111

Color Harmonies of #C57E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E85

Black with #C57E85

Text Example


Text Example

White with #C57E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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