#CA898A

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

Shades of Puce #CA898A

Tints of Puce #CA898A

Color information

#CA898A (or 0xCA898A) is unknown color: approx Puce. HEX triplet: CA, 89 and 8A. RGB value is (202,137,138). Sum of RGB (Red+Green+Blue) = 202+137+138=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA898A is #357675. Grayscale: #9C9C9C. Windows color (decimal): -3503734 or 9079242. OLE color: 9079242.

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

Color convert

RGB202137138-
CMYK00.320.320.21
HSL359.08º38.01%66.47%-
HSV(B)359.08º32.18%79.22%-
XYZ37.8932.2828.28-
YUV156.55117.53160.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=42.35%
G=28.72%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213713800.320.320.21359.0838.0166.47
HexCA898A02020151672642
Octal312211212040402554746102
Binary1100101010001001100010100100000100000101011011001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA898A; }

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

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

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

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

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

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

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

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