#CA8399

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

Shades of Puce #CA8399

Tints of Puce #CA8399

Color information

#CA8399 (or 0xCA8399) is unknown color: approx Puce. HEX triplet: CA, 83 and 99. RGB value is (202,131,153). Sum of RGB (Red+Green+Blue) = 202+131+153=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8399 is #357C66. Grayscale: #9A9A9A. Windows color (decimal): -3505255 or 10060746. OLE color: 10060746.

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

Color convert

RGB202131153-
CMYK00.350.240.21
HSL341.41º40.11%65.29%-
HSV(B)341.41º35.15%79.22%-
XYZ38.2231.0934.12-
YUV154.74127.02161.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=41.56%
G=26.95%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213115300.350.240.21341.4140.1165.29
HexCA839902318151552841
Octal312203231043302552550101
Binary110010101000001110011001010001111000101011010101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8399; }

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

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

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

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

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

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

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

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