Html Css Color HEX #C9849B Puce

📋 copy color: '#C9849B'

red 201 ◦ green 132 ◦ blue 155

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

Shades of Puce #C9849B

Tints of Puce #C9849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.76%

R = 41.19%
G = 27.05%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9849B (or 0xC9849B) is known color: Puce. HEX triplet: C9, 84 and 9B. RGB value is (201,132,155). Sum of RGB (Red+Green+Blue) = 201+132+155=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9849B is #367B64. Grayscale: #9B9B9B. Windows color (decimal): -3570533 or 10192073. OLE color: 10192073.

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

Color convert

RGB 201 132 155 -
CMYK 0 0.34 0.23 0.21
HSL 340º 0.39% 0.65% -
HSV(B) 340º 0.34% 0.79% -
XYZ 38.26 31.29 35.03 -
YUV 155.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 201 132 155 0 0.34 0.23 0.21 340 0.39 0.65
Hex C9 84 9B 0 22 17 15 154 27 41
Octal 311 204 233 0 42 27 25 524 47 101
Binary 11001001 10000100 10011011 0 100010 10111 10101 101010100 100111 1000001

Color Harmonies of #C9849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9849B

Black with #C9849B

Text Example


Text Example

White with #C9849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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