#CA8094

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

Shades of Puce #CA8094

Tints of Puce #CA8094

Color information

#CA8094 (or 0xCA8094) is unknown color: approx Puce. HEX triplet: CA, 80 and 94. RGB value is (202,128,148). Sum of RGB (Red+Green+Blue) = 202+128+148=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8094 is #357F6B. Grayscale: #989898. Windows color (decimal): -3506028 or 9732298. OLE color: 9732298.

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

Color convert

RGB202128148-
CMYK00.370.270.21
HSL343.78º41.11%64.71%-
HSV(B)343.78º36.63%79.22%-
XYZ37.4230.1331.86-
YUV152.41125.52163.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=42.26%
G=26.78%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212814800.370.270.21343.7841.1164.71
HexCA80940251B151582941
Octal312200224045332553051101
Binary110010101000000010010100010010111011101011010110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8094; }

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

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

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

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

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

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

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

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