#CA808E

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

Shades of Puce #CA808E

Tints of Puce #CA808E

Color information

#CA808E (or 0xCA808E) is unknown color: approx Puce. HEX triplet: CA, 80 and 8E. RGB value is (202,128,142). Sum of RGB (Red+Green+Blue) = 202+128+142=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808E is #357F71. Grayscale: #979797. Windows color (decimal): -3506034 or 9339082. OLE color: 9339082.

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

Color convert

RGB202128142-
CMYK00.370.300.21
HSL348.65º41.11%64.71%-
HSV(B)348.65º36.63%79.22%-
XYZ36.9629.9529.42-
YUV151.72122.52163.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=42.80%
G=27.12%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212814200.370.300.21348.6541.1164.71
HexCA808E0251E1515d2941
Octal312200216045362553551101
Binary110010101000000010001110010010111110101011010111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA808E; }

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

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

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

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

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

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

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

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