#CA8299

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

Shades of Puce #CA8299

Tints of Puce #CA8299

Color information

#CA8299 (or 0xCA8299) is unknown color: approx Puce. HEX triplet: CA, 82 and 99. RGB value is (202,130,153). Sum of RGB (Red+Green+Blue) = 202+130+153=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8299 is #357D66. Grayscale: #9A9A9A. Windows color (decimal): -3505511 or 10060490. OLE color: 10060490.

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

Color convert

RGB202130153-
CMYK00.360.240.21
HSL340.83º40.45%65.1%-
HSV(B)340.83º35.64%79.22%-
XYZ38.0930.8234.08-
YUV154.15127.35162.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=41.65%
G=26.80%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213015300.360.240.21340.8340.4565.1
HexCA829902418151552841
Octal312202231044302552550101
Binary110010101000001010011001010010011000101011010101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8299; }

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

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

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

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

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

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

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

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