#CA859B

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

Shades of Puce #CA859B

Tints of Puce #CA859B

Color information

#CA859B (or 0xCA859B) is unknown color: approx Puce. HEX triplet: CA, 85 and 9B. RGB value is (202,133,155). Sum of RGB (Red+Green+Blue) = 202+133+155=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA859B is #357A64. Grayscale: #9C9C9C. Windows color (decimal): -3504741 or 10192330. OLE color: 10192330.

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

Color convert

RGB202133155-
CMYK00.340.230.21
HSL340.87º39.43%65.69%-
HSV(B)340.87º34.16%79.22%-
XYZ38.6631.735.09-
YUV156.14127.36160.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=41.22%
G=27.14%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213315500.340.230.21340.8739.4365.69
HexCA859B02217151552742
Octal312205233042272552547102
Binary110010101000010110011011010001010111101011010101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA859B; }

 p { color: rgb(202,133,155); }

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

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

 a { background-color: rgb(202,133,155); }

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

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

 span { border-color: rgb(202,133,155); }

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