#CA888A

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

Shades of Puce #CA888A

Tints of Puce #CA888A

Color information

#CA888A (or 0xCA888A) is unknown color: approx Puce. HEX triplet: CA, 88 and 8A. RGB value is (202,136,138). Sum of RGB (Red+Green+Blue) = 202+136+138=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA888A is #357775. Grayscale: #9C9C9C. Windows color (decimal): -3503990 or 9078986. OLE color: 9078986.

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

Color convert

RGB202136138-
CMYK00.330.320.21
HSL358.18º38.37%66.27%-
HSV(B)358.18º32.67%79.22%-
XYZ37.753228.23-
YUV155.96117.87160.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=42.44%
G=28.57%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213613800.330.320.21358.1838.3766.27
HexCA888A02120151662642
Octal312210212041402554646102
Binary1100101010001000100010100100001100000101011011001101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA888A; }

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

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

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

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

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

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

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

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