Html Css Color HEX #C57A7F Charm

📋 copy color: '#C57A7F'

red 197 ◦ green 122 ◦ blue 127

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

Shades of Charm #C57A7F

Tints of Charm #C57A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.48%

R = 44.17%
G = 27.35%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C57A7F (or 0xC57A7F) is known color: Charm. HEX triplet: C5, 7A and 7F. RGB value is (197,122,127). Sum of RGB (Red+Green+Blue) = 197+122+127=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A7F is #3A8580. Grayscale: #919191. Windows color (decimal): -3835265 or 8354501. OLE color: 8354501.

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

Color convert

RGB 197 122 127 -
CMYK 0 0.38 0.36 0.23
HSL 356º 0.39% 0.63% -
HSV(B) 356º 0.38% 0.77% -
XYZ 33.82 27.32 23.57 -
YUV 145 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 197 122 127 0 0.38 0.36 0.23 356 0.39 0.63
Hex C5 7A 7F 0 26 24 17 164 27 3F
Octal 305 172 177 0 46 44 27 544 47 77
Binary 11000101 1111010 1111111 0 100110 100100 10111 101100100 100111 111111

Color Harmonies of #C57A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A7F

Black with #C57A7F

Text Example


Text Example

White with #C57A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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