Html Css Color HEX #C57FA1 Puce

📋 copy color: '#C57FA1'

red 197 ◦ green 127 ◦ blue 161

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

Shades of Puce #C57FA1

Tints of Puce #C57FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 40.62%
G = 26.19%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C57FA1 (or 0xC57FA1) is known color: Puce. HEX triplet: C5, 7F and A1. RGB value is (197,127,161). Sum of RGB (Red+Green+Blue) = 197+127+161=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FA1 is #3A805E. Grayscale: #979797. Windows color (decimal): -3833951 or 10584005. OLE color: 10584005.

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

Color convert

RGB 197 127 161 -
CMYK 0 0.36 0.18 0.23
HSL 330.86º 0.38% 0.64% -
HSV(B) 330.86º 0.36% 0.77% -
XYZ 37.05 29.62 37.48 -
YUV 151.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 197 127 161 0 0.36 0.18 0.23 330.86 0.38 0.64
Hex C5 7F A1 0 24 12 17 14B 26 40
Octal 305 177 241 0 44 22 27 513 46 100
Binary 11000101 1111111 10100001 0 100100 10010 10111 101001011 100110 1000000

Color Harmonies of #C57FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FA1

Black with #C57FA1

Text Example


Text Example

White with #C57FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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