Html Css Color HEX #C57F9F Puce

📋 copy color: '#C57F9F'

red 197 ◦ green 127 ◦ blue 159

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

Shades of Puce #C57F9F

Tints of Puce #C57F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

 BLUE value IS 159 (62.5% from 255) = 32.92%

R = 40.79%
G = 26.29%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C57F9F (or 0xC57F9F) is known color: Puce. HEX triplet: C5, 7F and 9F. RGB value is (197,127,159). Sum of RGB (Red+Green+Blue) = 197+127+159=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F9F is #3A8060. Grayscale: #979797. Windows color (decimal): -3833953 or 10452933. OLE color: 10452933.

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

Color convert

RGB 197 127 159 -
CMYK 0 0.36 0.19 0.23
HSL 332.57º 0.38% 0.64% -
HSV(B) 332.57º 0.36% 0.77% -
XYZ 36.87 29.55 36.56 -
YUV 151.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 197 127 159 0 0.36 0.19 0.23 332.57 0.38 0.64
Hex C5 7F 9F 0 24 13 17 14D 26 40
Octal 305 177 237 0 44 23 27 515 46 100
Binary 11000101 1111111 10011111 0 100100 10011 10111 101001101 100110 1000000

Color Harmonies of #C57F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F9F

Black with #C57F9F

Text Example


Text Example

White with #C57F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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