#CA8099

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

Shades of Puce #CA8099

Tints of Puce #CA8099

Color information

#CA8099 (or 0xCA8099) is unknown color: approx Puce. HEX triplet: CA, 80 and 99. RGB value is (202,128,153). Sum of RGB (Red+Green+Blue) = 202+128+153=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8099 is #357F66. Grayscale: #989898. Windows color (decimal): -3506023 or 10059978. OLE color: 10059978.

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

Color convert

RGB202128153-
CMYK00.370.240.21
HSL339.73º41.11%64.71%-
HSV(B)339.73º36.63%79.22%-
XYZ37.8330.2933.99-
YUV152.98128.02162.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=41.82%
G=26.50%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212815300.370.240.21339.7341.1164.71
HexCA809902518151542941
Octal312200231045302552451101
Binary110010101000000010011001010010111000101011010101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8099; }

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

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

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

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

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

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

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

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