#CA809D

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

Shades of Puce #CA809D

Tints of Puce #CA809D

Color information

#CA809D (or 0xCA809D) is unknown color: approx Puce. HEX triplet: CA, 80 and 9D. RGB value is (202,128,157). Sum of RGB (Red+Green+Blue) = 202+128+157=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA809D is #357F62. Grayscale: #999999. Windows color (decimal): -3506019 or 10322122. OLE color: 10322122.

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

Color convert

RGB202128157-
CMYK00.370.220.21
HSL336.49º41.11%64.71%-
HSV(B)336.49º36.63%79.22%-
XYZ38.1630.4335.76-
YUV153.43130.02162.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=41.48%
G=26.28%
B=32.24%

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
Decimal20212815700.370.220.21336.4941.1164.71
HexCA809D02516151502941
Octal312200235045262552051101
Binary110010101000000010011101010010110110101011010100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA809D; }

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

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

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

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

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

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

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

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