#CA879E

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

Shades of Puce #CA879E

Tints of Puce #CA879E

Color information

#CA879E (or 0xCA879E) is unknown color: approx Puce. HEX triplet: CA, 87 and 9E. RGB value is (202,135,158). Sum of RGB (Red+Green+Blue) = 202+135+158=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA879E is #357861. Grayscale: #9D9D9D. Windows color (decimal): -3504226 or 10389450. OLE color: 10389450.

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

Color convert

RGB202135158-
CMYK00.330.220.21
HSL339.4º38.73%66.08%-
HSV(B)339.4º33.17%79.22%-
XYZ39.1932.3536.53-
YUV157.65128.2159.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=40.81%
G=27.27%
B=31.92%

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
Decimal20213515800.330.220.21339.438.7366.08
HexCA879E02116151532742
Octal312207236041262552347102
Binary110010101000011110011110010000110110101011010100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA879E; }

 p { color: rgb(202,135,158); }

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

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

 a { background-color: rgb(202,135,158); }

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

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

 span { border-color: rgb(202,135,158); }

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