Html Css Color HEX #C57F91 Puce

📋 copy color: '#C57F91'

red 197 ◦ green 127 ◦ blue 145

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

Shades of Puce #C57F91

Tints of Puce #C57F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 42%
G = 27.08%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C57F91 (or 0xC57F91) is known color: Puce. HEX triplet: C5, 7F and 91. RGB value is (197,127,145). Sum of RGB (Red+Green+Blue) = 197+127+145=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F91 is #3A806E. Grayscale: #959595. Windows color (decimal): -3833967 or 9535429. OLE color: 9535429.

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

Color convert

RGB 197 127 145 -
CMYK 0 0.36 0.26 0.23
HSL 344.57º 0.38% 0.64% -
HSV(B) 344.57º 0.36% 0.77% -
XYZ 35.73 29.09 30.52 -
YUV 149.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 197 127 145 0 0.36 0.26 0.23 344.57 0.38 0.64
Hex C5 7F 91 0 24 1A 17 159 26 40
Octal 305 177 221 0 44 32 27 531 46 100
Binary 11000101 1111111 10010001 0 100100 11010 10111 101011001 100110 1000000

Color Harmonies of #C57F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F91

Black with #C57F91

Text Example


Text Example

White with #C57F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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