Html Css Color HEX #C9849F Puce

📋 copy color: '#C9849F'

red 201 ◦ green 132 ◦ blue 159

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

Shades of Puce #C9849F

Tints of Puce #C9849F

RGB

 RED value IS 201 (78.91% from 255) = 40.85%

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

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 40.85%
G = 26.83%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9849F (or 0xC9849F) is known color: Puce. HEX triplet: C9, 84 and 9F. RGB value is (201,132,159). Sum of RGB (Red+Green+Blue) = 201+132+159=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9849F is #367B60. Grayscale: #9B9B9B. Windows color (decimal): -3570529 or 10454217. OLE color: 10454217.

HSL color Cylindrical-coordinate representation of color #C9849F: hue angle of 336.52º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9849F is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 159 -
CMYK 0 0.34 0.21 0.21
HSL 336.52º 0.39% 0.65% -
HSV(B) 336.52º 0.34% 0.79% -
XYZ 38.6 31.42 36.83 -
YUV 155.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 201 132 159 0 0.34 0.21 0.21 336.52 0.39 0.65
Hex C9 84 9F 0 22 15 15 151 27 41
Octal 311 204 237 0 42 25 25 521 47 101
Binary 11001001 10000100 10011111 0 100010 10101 10101 101010001 100111 1000001

Color Harmonies of #C9849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9849F

Black with #C9849F

Text Example


Text Example

White with #C9849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9849F; }

 p { color: rgb(201,132,159); }

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

background-color css

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

 a { background-color: rgb(201,132,159); }

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

border-color css

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

 span { border-color: rgb(201,132,159); }

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