#CA8895

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

Shades of Puce #CA8895

Tints of Puce #CA8895

Color information

#CA8895 (or 0xCA8895) is unknown color: approx Puce. HEX triplet: CA, 88 and 95. RGB value is (202,136,149). Sum of RGB (Red+Green+Blue) = 202+136+149=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8895 is #35776A. Grayscale: #9D9D9D. Windows color (decimal): -3503979 or 9799882. OLE color: 9799882.

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

Color convert

RGB202136149-
CMYK00.330.260.21
HSL348.18º38.37%66.27%-
HSV(B)348.18º32.67%79.22%-
XYZ38.5932.3332.64-
YUV157.22123.37159.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=41.48%
G=27.93%
B=30.60%

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
Decimal20213614900.330.260.21348.1838.3766.27
HexCA88950211A1515c2642
Octal312210225041322553446102
Binary110010101000100010010101010000111010101011010111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8895; }

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

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

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

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

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

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

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

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