#CA889D

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

Shades of Puce #CA889D

Tints of Puce #CA889D

Color information

#CA889D (or 0xCA889D) is unknown color: approx Puce. HEX triplet: CA, 88 and 9D. RGB value is (202,136,157). Sum of RGB (Red+Green+Blue) = 202+136+157=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA889D is #357762. Grayscale: #9E9E9E. Windows color (decimal): -3503971 or 10324170. OLE color: 10324170.

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

Color convert

RGB202136157-
CMYK00.330.220.21
HSL340.91º38.37%66.27%-
HSV(B)340.91º32.67%79.22%-
XYZ39.2532.636.12-
YUV158.13127.37159.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=40.81%
G=27.47%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213615700.330.220.21340.9138.3766.27
HexCA889D02116151552642
Octal312210235041262552546102
Binary110010101000100010011101010000110110101011010101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA889D; }

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

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

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

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

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

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

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

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