Html Css Color HEX #C57A84 Charm

📋 copy color: '#C57A84'

red 197 ◦ green 122 ◦ blue 132

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

Shades of Charm #C57A84

Tints of Charm #C57A84

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 43.68%
G = 27.05%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C57A84 (or 0xC57A84) is known color: Charm. HEX triplet: C5, 7A and 84. RGB value is (197,122,132). Sum of RGB (Red+Green+Blue) = 197+122+132=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A84 is #3A857B. Grayscale: #919191. Windows color (decimal): -3835260 or 8682181. OLE color: 8682181.

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

Color convert

RGB 197 122 132 -
CMYK 0 0.38 0.33 0.23
HSL 352º 0.39% 0.63% -
HSV(B) 352º 0.38% 0.77% -
XYZ 34.15 27.46 25.33 -
YUV 145.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 197 122 132 0 0.38 0.33 0.23 352 0.39 0.63
Hex C5 7A 84 0 26 21 17 160 27 3F
Octal 305 172 204 0 46 41 27 540 47 77
Binary 11000101 1111010 10000100 0 100110 100001 10111 101100000 100111 111111

Color Harmonies of #C57A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A84

Black with #C57A84

Text Example


Text Example

White with #C57A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A84; }

 p { color: rgb(197,122,132); }

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

background-color css

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

 a { background-color: rgb(197,122,132); }

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

border-color css

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

 span { border-color: rgb(197,122,132); }

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