Html Css Color HEX #C57F96 Puce

📋 copy color: '#C57F96'

red 197 ◦ green 127 ◦ blue 150

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

Shades of Puce #C57F96

Tints of Puce #C57F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 41.56%
G = 26.79%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C57F96 (or 0xC57F96) is known color: Puce. HEX triplet: C5, 7F and 96. RGB value is (197,127,150). Sum of RGB (Red+Green+Blue) = 197+127+150=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F96 is #3A8069. Grayscale: #969696. Windows color (decimal): -3833962 or 9863109. OLE color: 9863109.

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

Color convert

RGB 197 127 150 -
CMYK 0 0.36 0.24 0.23
HSL 340.29º 0.38% 0.64% -
HSV(B) 340.29º 0.36% 0.77% -
XYZ 36.12 29.25 32.6 -
YUV 150.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 197 127 150 0 0.36 0.24 0.23 340.29 0.38 0.64
Hex C5 7F 96 0 24 18 17 154 26 40
Octal 305 177 226 0 44 30 27 524 46 100
Binary 11000101 1111111 10010110 0 100100 11000 10111 101010100 100110 1000000

Color Harmonies of #C57F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F96

Black with #C57F96

Text Example


Text Example

White with #C57F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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