#C9848E

Color #C9848E Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C9848E

Tints of Puce #C9848E

Color information

#C9848E (or 0xC9848E) is unknown color: approx Puce. HEX triplet: C9, 84 and 8E. RGB value is (201,132,142). Sum of RGB (Red+Green+Blue) = 201+132+142=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9848E is #367B71. Grayscale: #999999. Windows color (decimal): -3570546 or 9340105. OLE color: 9340105.

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

Color convert

RGB201132142-
CMYK00.340.290.21
HSL351.3º38.98%65.29%-
HSV(B)351.3º34.33%78.82%-
XYZ37.2230.8729.59-
YUV153.77121.36161.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=42.32%
G=27.79%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113214200.340.290.21351.338.9865.29
HexC9848E0221D1515f2741
Octal311204216042352553747101
Binary110010011000010010001110010001011101101011010111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9848E; }

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

 H1.HeaderClassName
 {
   color: #C9848E;
 }
 .AnyTagClassName
 {
   color: #C9848E;
 }
</style>
background-color css

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

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

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

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

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

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