#CA879A

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

Shades of Puce #CA879A

Tints of Puce #CA879A

Color information

#CA879A (or 0xCA879A) is unknown color: approx Puce. HEX triplet: CA, 87 and 9A. RGB value is (202,135,154). Sum of RGB (Red+Green+Blue) = 202+135+154=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA879A is #357865. Grayscale: #9D9D9D. Windows color (decimal): -3504230 or 10127306. OLE color: 10127306.

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

Color convert

RGB202135154-
CMYK00.330.240.21
HSL342.99º38.73%66.08%-
HSV(B)342.99º33.17%79.22%-
XYZ38.8532.2234.74-
YUV157.2126.2159.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=41.14%
G=27.49%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213515400.330.240.21342.9938.7366.08
HexCA879A02118151572742
Octal312207232041302552747102
Binary110010101000011110011010010000111000101011010101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA879A; }

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

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

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

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

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

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

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

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