#CA8196

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

Shades of Puce #CA8196

Tints of Puce #CA8196

Color information

#CA8196 (or 0xCA8196) is unknown color: approx Puce. HEX triplet: CA, 81 and 96. RGB value is (202,129,150). Sum of RGB (Red+Green+Blue) = 202+129+150=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8196 is #357E69. Grayscale: #999999. Windows color (decimal): -3505770 or 9863626. OLE color: 9863626.

HSL color Cylindrical-coordinate representation of color #CA8196: hue angle of 342.74º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8196 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202129150-
CMYK00.360.260.21
HSL342.74º40.78%64.9%-
HSV(B)342.74º36.14%79.22%-
XYZ37.7130.4632.75-
YUV153.22126.18162.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=42.00%
G=26.82%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212915000.360.260.21342.7440.7864.9
HexCA81960241A151572941
Octal312201226044322552751101
Binary110010101000000110010110010010011010101011010101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8196; }

 p { color: rgb(202,129,150); }

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

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

 a { background-color: rgb(202,129,150); }

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

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

 span { border-color: rgb(202,129,150); }

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