#C98A92

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

Shades of Puce #C98A92

Tints of Puce #C98A92

Color information

#C98A92 (or 0xC98A92) is unknown color: approx Puce. HEX triplet: C9, 8A and 92. RGB value is (201,138,146). Sum of RGB (Red+Green+Blue) = 201+138+146=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98A92 is #36756D. Grayscale: #9D9D9D. Windows color (decimal): -3569006 or 9603785. OLE color: 9603785.

HSL color Cylindrical-coordinate representation of color #C98A92: hue angle of 352.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98A92 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201138146-
CMYK00.310.270.21
HSL352.38º36.84%66.47%-
HSV(B)352.38º31.34%78.82%-
XYZ38.3632.6731.48-
YUV157.75121.37158.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=41.44%
G=28.45%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113814600.310.270.21352.3836.8466.47
HexC98A9201F1B151602542
Octal311212222037332554045102
Binary11001001100010101001001001111111011101011011000001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98A92; }

 p { color: rgb(201,138,146); }

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

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

 a { background-color: rgb(201,138,146); }

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

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

 span { border-color: rgb(201,138,146); }

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