#CA809B

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

Shades of Puce #CA809B

Tints of Puce #CA809B

Color information

#CA809B (or 0xCA809B) is unknown color: approx Puce. HEX triplet: CA, 80 and 9B. RGB value is (202,128,155). Sum of RGB (Red+Green+Blue) = 202+128+155=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA809B is #357F64. Grayscale: #999999. Windows color (decimal): -3506021 or 10191050. OLE color: 10191050.

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

Color convert

RGB202128155-
CMYK00.370.230.21
HSL338.11º41.11%64.71%-
HSV(B)338.11º36.63%79.22%-
XYZ37.9930.3634.87-
YUV153.2129.02162.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 155 (60.94% from 255) = 31.96%
R=41.65%
G=26.39%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212815500.370.230.21338.1141.1164.71
HexCA809B02517151522941
Octal312200233045272552251101
Binary110010101000000010011011010010110111101011010100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA809B; }

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

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

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

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

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

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

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

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