Html Css Color HEX #C5849E Puce

📋 copy color: '#C5849E'

red 197 ◦ green 132 ◦ blue 158

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

Shades of Puce #C5849E

Tints of Puce #C5849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.1%

 BLUE value IS 158 (62.11% from 255) = 32.44%

R = 40.45%
G = 27.1%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5849E (or 0xC5849E) is known color: Puce. HEX triplet: C5, 84 and 9E. RGB value is (197,132,158). Sum of RGB (Red+Green+Blue) = 197+132+158=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5849E is #3A7B61. Grayscale: #9A9A9A. Windows color (decimal): -3832674 or 10388677. OLE color: 10388677.

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

Color convert

RGB 197 132 158 -
CMYK 0 0.33 0.20 0.23
HSL 336º 0.36% 0.65% -
HSV(B) 336º 0.33% 0.77% -
XYZ 37.45 30.84 36.33 -
YUV 154.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 197 132 158 0 0.33 0.20 0.23 336 0.36 0.65
Hex C5 84 9E 0 21 14 17 150 24 41
Octal 305 204 236 0 41 24 27 520 44 101
Binary 11000101 10000100 10011110 0 100001 10100 10111 101010000 100100 1000001

Color Harmonies of #C5849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5849E

Black with #C5849E

Text Example


Text Example

White with #C5849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5849E; }

 p { color: rgb(197,132,158); }

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

background-color css

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

 a { background-color: rgb(197,132,158); }

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

border-color css

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

 span { border-color: rgb(197,132,158); }

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