#CA8998

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

Shades of Puce #CA8998

Tints of Puce #CA8998

Color information

#CA8998 (or 0xCA8998) is unknown color: approx Puce. HEX triplet: CA, 89 and 98. RGB value is (202,137,152). Sum of RGB (Red+Green+Blue) = 202+137+152=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8998 is #357667. Grayscale: #9E9E9E. Windows color (decimal): -3503720 or 9996746. OLE color: 9996746.

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

Color convert

RGB202137152-
CMYK00.320.250.21
HSL346.15º38.01%66.47%-
HSV(B)346.15º32.18%79.22%-
XYZ38.9732.7133.97-
YUV158.15124.53159.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=41.14%
G=27.90%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213715200.320.250.21346.1538.0166.47
HexCA8998020191515a2642
Octal312211230040312553246102
Binary110010101000100110011000010000011001101011010110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8998; }

 p { color: rgb(202,137,152); }

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

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

 a { background-color: rgb(202,137,152); }

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

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

 span { border-color: rgb(202,137,152); }

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