#CA8896

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

Shades of Puce #CA8896

Tints of Puce #CA8896

Color information

#CA8896 (or 0xCA8896) is unknown color: approx Puce. HEX triplet: CA, 88 and 96. RGB value is (202,136,150). Sum of RGB (Red+Green+Blue) = 202+136+150=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8896 is #357769. Grayscale: #9D9D9D. Windows color (decimal): -3503978 or 9865418. OLE color: 9865418.

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

Color convert

RGB202136150-
CMYK00.330.260.21
HSL347.27º38.37%66.27%-
HSV(B)347.27º32.67%79.22%-
XYZ38.6732.3733.06-
YUV157.33123.87159.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=41.39%
G=27.87%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213615000.330.260.21347.2738.3766.27
HexCA88960211A1515b2642
Octal312210226041322553346102
Binary110010101000100010010110010000111010101011010110111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8896; }

 p { color: rgb(202,136,150); }

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

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

 a { background-color: rgb(202,136,150); }

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

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

 span { border-color: rgb(202,136,150); }

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