Html Css Color HEX #C57E8A Charm

📋 copy color: '#C57E8A'

red 197 ◦ green 126 ◦ blue 138

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

Shades of Charm #C57E8A

Tints of Charm #C57E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 42.73%
G = 27.33%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C57E8A (or 0xC57E8A) is known color: Charm. HEX triplet: C5, 7E and 8A. RGB value is (197,126,138). Sum of RGB (Red+Green+Blue) = 197+126+138=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E8A is #3A8175. Grayscale: #949494. Windows color (decimal): -3834230 or 9076421. OLE color: 9076421.

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

Color convert

RGB 197 126 138 -
CMYK 0 0.36 0.30 0.23
HSL 349.86º 0.38% 0.63% -
HSV(B) 349.86º 0.36% 0.77% -
XYZ 35.07 28.63 27.72 -
YUV 148.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 197 126 138 0 0.36 0.30 0.23 349.86 0.38 0.63
Hex C5 7E 8A 0 24 1E 17 15E 26 3F
Octal 305 176 212 0 44 36 27 536 46 77
Binary 11000101 1111110 10001010 0 100100 11110 10111 101011110 100110 111111

Color Harmonies of #C57E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E8A

Black with #C57E8A

Text Example


Text Example

White with #C57E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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