Html Css Color HEX #C57F92 Puce

📋 copy color: '#C57F92'

red 197 ◦ green 127 ◦ blue 146

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

Shades of Puce #C57F92

Tints of Puce #C57F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 41.91%
G = 27.02%
B = 31.06%

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

#C57F92 (or 0xC57F92) is known color: Puce. HEX triplet: C5, 7F and 92. RGB value is (197,127,146). Sum of RGB (Red+Green+Blue) = 197+127+146=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F92 is #3A806D. Grayscale: #969696. Windows color (decimal): -3833966 or 9600965. OLE color: 9600965.

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

Color convert

RGB 197 127 146 -
CMYK 0 0.36 0.26 0.23
HSL 343.71º 0.38% 0.64% -
HSV(B) 343.71º 0.36% 0.77% -
XYZ 35.8 29.12 30.93 -
YUV 150.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 197 127 146 0 0.36 0.26 0.23 343.71 0.38 0.64
Hex C5 7F 92 0 24 1A 17 158 26 40
Octal 305 177 222 0 44 32 27 530 46 100
Binary 11000101 1111111 10010010 0 100100 11010 10111 101011000 100110 1000000

Color Harmonies of #C57F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F92

Black with #C57F92

Text Example


Text Example

White with #C57F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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