#CA8F94

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

Shades of Puce #CA8F94

Tints of Puce #CA8F94

Color information

#CA8F94 (or 0xCA8F94) is unknown color: approx Puce. HEX triplet: CA, 8F and 94. RGB value is (202,143,148). Sum of RGB (Red+Green+Blue) = 202+143+148=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F94 is #35706B. Grayscale: #A1A1A1. Windows color (decimal): -3502188 or 9736138. OLE color: 9736138.

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

Color convert

RGB202143148-
CMYK00.290.270.21
HSL354.92º35.76%67.65%-
HSV(B)354.92º29.21%79.22%-
XYZ39.5234.3432.56-
YUV161.21120.55157.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=40.97%
G=29.01%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214314800.290.270.21354.9235.7667.65
HexCA8F9401D1B151632444
Octal312217224035332554344104
Binary11001010100011111001010001110111011101011011000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F94; }

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

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

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

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

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

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

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

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