#CA8095

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

Shades of Puce #CA8095

Tints of Puce #CA8095

Color information

#CA8095 (or 0xCA8095) is unknown color: approx Puce. HEX triplet: CA, 80 and 95. RGB value is (202,128,149). Sum of RGB (Red+Green+Blue) = 202+128+149=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8095 is #357F6A. Grayscale: #989898. Windows color (decimal): -3506027 or 9797834. OLE color: 9797834.

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

Color convert

RGB202128149-
CMYK00.370.260.21
HSL342.97º41.11%64.71%-
HSV(B)342.97º36.63%79.22%-
XYZ37.530.1632.28-
YUV152.52126.02163.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=42.17%
G=26.72%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212814900.370.260.21342.9741.1164.71
HexCA80950251A151572941
Octal312200225045322552751101
Binary110010101000000010010101010010111010101011010101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8095; }

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

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

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

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

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

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

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

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