#CA898F

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

Shades of Puce #CA898F

Tints of Puce #CA898F

Color information

#CA898F (or 0xCA898F) is unknown color: approx Puce. HEX triplet: CA, 89 and 8F. RGB value is (202,137,143). Sum of RGB (Red+Green+Blue) = 202+137+143=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA898F is #357670. Grayscale: #9D9D9D. Windows color (decimal): -3503729 or 9406922. OLE color: 9406922.

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

Color convert

RGB202137143-
CMYK00.320.290.21
HSL354.46º38.01%66.47%-
HSV(B)354.46º32.18%79.22%-
XYZ38.2632.4330.23-
YUV157.12120.03160.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=41.91%
G=28.42%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213714300.320.290.21354.4638.0166.47
HexCA898F0201D151622642
Octal312211217040352554246102
Binary110010101000100110001111010000011101101011011000101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA898F; }

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

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

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

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

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

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

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

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