Html Css Color HEX #C57C7F Charm

📋 copy color: '#C57C7F'

red 197 ◦ green 124 ◦ blue 127

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

Shades of Charm #C57C7F

Tints of Charm #C57C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

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

R = 43.97%
G = 27.68%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C57C7F (or 0xC57C7F) is known color: Charm. HEX triplet: C5, 7C and 7F. RGB value is (197,124,127). Sum of RGB (Red+Green+Blue) = 197+124+127=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C7F is #3A8380. Grayscale: #929292. Windows color (decimal): -3834753 or 8355013. OLE color: 8355013.

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

Color convert

RGB 197 124 127 -
CMYK 0 0.37 0.36 0.23
HSL 357.53º 0.39% 0.63% -
HSV(B) 357.53º 0.37% 0.77% -
XYZ 34.06 27.82 23.65 -
YUV 146.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 197 124 127 0 0.37 0.36 0.23 357.53 0.39 0.63
Hex C5 7C 7F 0 25 24 17 166 27 3F
Octal 305 174 177 0 45 44 27 546 47 77
Binary 11000101 1111100 1111111 0 100101 100100 10111 101100110 100111 111111

Color Harmonies of #C57C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C7F

Black with #C57C7F

Text Example


Text Example

White with #C57C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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