Html Css Color HEX #C57C8A Charm

📋 copy color: '#C57C8A'

red 197 ◦ green 124 ◦ blue 138

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

Shades of Charm #C57C8A

Tints of Charm #C57C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

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

R = 42.92%
G = 27.02%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C57C8A (or 0xC57C8A) is known color: Charm. HEX triplet: C5, 7C and 8A. RGB value is (197,124,138). Sum of RGB (Red+Green+Blue) = 197+124+138=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57C8A is #3A8375. Grayscale: #939393. Windows color (decimal): -3834742 or 9075909. OLE color: 9075909.

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

Color convert

RGB 197 124 138 -
CMYK 0 0.37 0.30 0.23
HSL 348.49º 0.39% 0.63% -
HSV(B) 348.49º 0.37% 0.77% -
XYZ 34.82 28.12 27.64 -
YUV 147.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 197 124 138 0 0.37 0.30 0.23 348.49 0.39 0.63
Hex C5 7C 8A 0 25 1E 17 15C 27 3F
Octal 305 174 212 0 45 36 27 534 47 77
Binary 11000101 1111100 10001010 0 100101 11110 10111 101011100 100111 111111

Color Harmonies of #C57C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C8A

Black with #C57C8A

Text Example


Text Example

White with #C57C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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