Html Css Color HEX #C57E9D Puce

📋 copy color: '#C57E9D'

red 197 ◦ green 126 ◦ blue 157

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

Shades of Puce #C57E9D

Tints of Puce #C57E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

 BLUE value IS 157 (61.72% from 255) = 32.71%

R = 41.04%
G = 26.25%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C57E9D (or 0xC57E9D) is known color: Puce. HEX triplet: C5, 7E and 9D. RGB value is (197,126,157). Sum of RGB (Red+Green+Blue) = 197+126+157=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E9D is #3A8162. Grayscale: #969696. Windows color (decimal): -3834211 or 10321605. OLE color: 10321605.

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

Color convert

RGB 197 126 157 -
CMYK 0 0.36 0.20 0.23
HSL 333.8º 0.38% 0.63% -
HSV(B) 333.8º 0.36% 0.77% -
XYZ 36.57 29.23 35.61 -
YUV 150.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 197 126 157 0 0.36 0.20 0.23 333.8 0.38 0.63
Hex C5 7E 9D 0 24 14 17 14E 26 3F
Octal 305 176 235 0 44 24 27 516 46 77
Binary 11000101 1111110 10011101 0 100100 10100 10111 101001110 100110 111111

Color Harmonies of #C57E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E9D

Black with #C57E9D

Text Example


Text Example

White with #C57E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E9D; }

 p { color: rgb(197,126,157); }

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

background-color css

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

 a { background-color: rgb(197,126,157); }

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

border-color css

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

 span { border-color: rgb(197,126,157); }

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