#CA8294

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

Shades of Puce #CA8294

Tints of Puce #CA8294

Color information

#CA8294 (or 0xCA8294) is unknown color: approx Puce. HEX triplet: CA, 82 and 94. RGB value is (202,130,148). Sum of RGB (Red+Green+Blue) = 202+130+148=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8294 is #357D6B. Grayscale: #999999. Windows color (decimal): -3505516 or 9732810. OLE color: 9732810.

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

Color convert

RGB202130148-
CMYK00.360.270.21
HSL345º40.45%65.1%-
HSV(B)345º35.64%79.22%-
XYZ37.6930.6631.95-
YUV153.58124.85162.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=42.08%
G=27.08%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213014800.360.270.2134540.4565.1
HexCA82940241B151592841
Octal312202224044332553150101
Binary110010101000001010010100010010011011101011010110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8294; }

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

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

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

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

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

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

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

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