#CA8A8E

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

Shades of Puce #CA8A8E

Tints of Puce #CA8A8E

Color information

#CA8A8E (or 0xCA8A8E) is unknown color: approx Puce. HEX triplet: CA, 8A and 8E. RGB value is (202,138,142). Sum of RGB (Red+Green+Blue) = 202+138+142=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A8E is #357571. Grayscale: #9D9D9D. Windows color (decimal): -3503474 or 9341642. OLE color: 9341642.

HSL color Cylindrical-coordinate representation of color #CA8A8E: hue angle of 356.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8A8E is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202138142-
CMYK00.320.300.21
HSL356.25º37.65%66.67%-
HSV(B)356.25º31.68%79.22%-
XYZ38.3332.6929.88-
YUV157.59119.2159.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=41.91%
G=28.63%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213814200.320.300.21356.2537.6566.67
HexCA8A8E0201E151642643
Octal312212216040362554446103
Binary110010101000101010001110010000011110101011011001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A8E; }

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

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

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

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

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

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

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

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