#CA809E

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

Shades of Puce #CA809E

Tints of Puce #CA809E

Color information

#CA809E (or 0xCA809E) is unknown color: approx Puce. HEX triplet: CA, 80 and 9E. RGB value is (202,128,158). Sum of RGB (Red+Green+Blue) = 202+128+158=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA809E is #357F61. Grayscale: #999999. Windows color (decimal): -3506018 or 10387658. OLE color: 10387658.

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

Color convert

RGB202128158-
CMYK00.370.220.21
HSL335.68º41.11%64.71%-
HSV(B)335.68º36.63%79.22%-
XYZ38.2530.4636.21-
YUV153.55130.52162.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=41.39%
G=26.23%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212815800.370.220.21335.6841.1164.71
HexCA809E02516151502941
Octal312200236045262552051101
Binary110010101000000010011110010010110110101011010100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA809E; }

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

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

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

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

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

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

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

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