Html Css Color HEX #C57A8C Charm

📋 copy color: '#C57A8C'

red 197 ◦ green 122 ◦ blue 140

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

Shades of Charm #C57A8C

Tints of Charm #C57A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 42.92%
G = 26.58%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C57A8C (or 0xC57A8C) is known color: Charm. HEX triplet: C5, 7A and 8C. RGB value is (197,122,140). Sum of RGB (Red+Green+Blue) = 197+122+140=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A8C is #3A8573. Grayscale: #929292. Windows color (decimal): -3835252 or 9206469. OLE color: 9206469.

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

Color convert

RGB 197 122 140 -
CMYK 0 0.38 0.29 0.23
HSL 345.6º 0.39% 0.63% -
HSV(B) 345.6º 0.38% 0.77% -
XYZ 34.72 27.68 28.32 -
YUV 146.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 197 122 140 0 0.38 0.29 0.23 345.6 0.39 0.63
Hex C5 7A 8C 0 26 1D 17 15A 27 3F
Octal 305 172 214 0 46 35 27 532 47 77
Binary 11000101 1111010 10001100 0 100110 11101 10111 101011010 100111 111111

Color Harmonies of #C57A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A8C

Black with #C57A8C

Text Example


Text Example

White with #C57A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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