Html Css Color HEX #C57990 Charm

📋 copy color: '#C57990'

red 197 ◦ green 121 ◦ blue 144

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

Shades of Charm #C57990

Tints of Charm #C57990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 42.64%
G = 26.19%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C57990 (or 0xC57990) is known color: Charm. HEX triplet: C5, 79 and 90. RGB value is (197,121,144). Sum of RGB (Red+Green+Blue) = 197+121+144=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C57990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57990 is #3A866F. Grayscale: #929292. Windows color (decimal): -3835504 or 9468357. OLE color: 9468357.

HSL color Cylindrical-coordinate representation of color #C57990: hue angle of 341.84º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57990 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 144 -
CMYK 0 0.39 0.27 0.23
HSL 341.84º 0.4% 0.62% -
HSV(B) 341.84º 0.39% 0.77% -
XYZ 34.9 27.56 29.87 -
YUV 146.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 197 121 144 0 0.39 0.27 0.23 341.84 0.4 0.62
Hex C5 79 90 0 27 1B 17 156 28 3E
Octal 305 171 220 0 47 33 27 526 50 76
Binary 11000101 1111001 10010000 0 100111 11011 10111 101010110 101000 111110

Color Harmonies of #C57990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57990

Black with #C57990

Text Example


Text Example

White with #C57990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57990; }

 p { color: rgb(197,121,144); }

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

background-color css

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

 a { background-color: rgb(197,121,144); }

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

border-color css

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

 span { border-color: rgb(197,121,144); }

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