Html Css Color HEX #C57992 Charm

📋 copy color: '#C57992'

red 197 ◦ green 121 ◦ blue 146

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

Shades of Charm #C57992

Tints of Charm #C57992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.47%

R = 42.46%
G = 26.08%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C57992 (or 0xC57992) is known color: Charm. HEX triplet: C5, 79 and 92. RGB value is (197,121,146). Sum of RGB (Red+Green+Blue) = 197+121+146=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C57992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57992 is #3A866D. Grayscale: #929292. Windows color (decimal): -3835502 or 9599429. OLE color: 9599429.

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

Color convert

RGB 197 121 146 -
CMYK 0 0.39 0.26 0.23
HSL 340.26º 0.4% 0.62% -
HSV(B) 340.26º 0.39% 0.77% -
XYZ 35.05 27.62 30.68 -
YUV 146.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 197 121 146 0 0.39 0.26 0.23 340.26 0.4 0.62
Hex C5 79 92 0 27 1A 17 154 28 3E
Octal 305 171 222 0 47 32 27 524 50 76
Binary 11000101 1111001 10010010 0 100111 11010 10111 101010100 101000 111110

Color Harmonies of #C57992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57992

Black with #C57992

Text Example


Text Example

White with #C57992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57992; }

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

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

background-color css

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

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

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

border-color css

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

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

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