#CA8395

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

Shades of Puce #CA8395

Tints of Puce #CA8395

Color information

#CA8395 (or 0xCA8395) is unknown color: approx Puce. HEX triplet: CA, 83 and 95. RGB value is (202,131,149). Sum of RGB (Red+Green+Blue) = 202+131+149=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8395 is #357C6A. Grayscale: #9A9A9A. Windows color (decimal): -3505259 or 9798602. OLE color: 9798602.

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

Color convert

RGB202131149-
CMYK00.350.260.21
HSL344.79º40.11%65.29%-
HSV(B)344.79º35.15%79.22%-
XYZ37.930.9632.41-
YUV154.28125.02162.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=41.91%
G=27.18%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213114900.350.260.21344.7940.1165.29
HexCA83950231A151592841
Octal312203225043322553150101
Binary110010101000001110010101010001111010101011010110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8395; }

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

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

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

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

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

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

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

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