#CA888C

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

Shades of Puce #CA888C

Tints of Puce #CA888C

Color information

#CA888C (or 0xCA888C) is unknown color: approx Puce. HEX triplet: CA, 88 and 8C. RGB value is (202,136,140). Sum of RGB (Red+Green+Blue) = 202+136+140=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA888C is #357773. Grayscale: #9C9C9C. Windows color (decimal): -3503988 or 9210058. OLE color: 9210058.

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

Color convert

RGB202136140-
CMYK00.330.310.21
HSL356.36º38.37%66.27%-
HSV(B)356.36º32.67%79.22%-
XYZ37.8932.0629-
YUV156.19118.87160.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=42.26%
G=28.45%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213614000.330.310.21356.3638.3766.27
HexCA888C0211F151642642
Octal312210214041372554446102
Binary110010101000100010001100010000111111101011011001001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA888C; }

 p { color: rgb(202,136,140); }

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

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

 a { background-color: rgb(202,136,140); }

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

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

 span { border-color: rgb(202,136,140); }

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