Html Css Color HEX #C57988 Charm

📋 copy color: '#C57988'

red 197 ◦ green 121 ◦ blue 136

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

Shades of Charm #C57988

Tints of Charm #C57988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.96%

R = 43.39%
G = 26.65%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C57988 (or 0xC57988) is known color: Charm. HEX triplet: C5, 79 and 88. RGB value is (197,121,136). Sum of RGB (Red+Green+Blue) = 197+121+136=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C57988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57988 is #3A8677. Grayscale: #919191. Windows color (decimal): -3835512 or 8944069. OLE color: 8944069.

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

Color convert

RGB 197 121 136 -
CMYK 0 0.39 0.31 0.23
HSL 348.16º 0.4% 0.62% -
HSV(B) 348.16º 0.39% 0.77% -
XYZ 34.31 27.32 26.76 -
YUV 145.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 197 121 136 0 0.39 0.31 0.23 348.16 0.4 0.62
Hex C5 79 88 0 27 1F 17 15C 28 3E
Octal 305 171 210 0 47 37 27 534 50 76
Binary 11000101 1111001 10001000 0 100111 11111 10111 101011100 101000 111110

Color Harmonies of #C57988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57988

Black with #C57988

Text Example


Text Example

White with #C57988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57988; }

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

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

background-color css

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

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

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

border-color css

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

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

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