#CA858F

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

Shades of Puce #CA858F

Tints of Puce #CA858F

Color information

#CA858F (or 0xCA858F) is unknown color: approx Puce. HEX triplet: CA, 85 and 8F. RGB value is (202,133,143). Sum of RGB (Red+Green+Blue) = 202+133+143=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA858F is #357A70. Grayscale: #9A9A9A. Windows color (decimal): -3504753 or 9405898. OLE color: 9405898.

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

Color convert

RGB202133143-
CMYK00.340.290.21
HSL351.3º39.43%65.69%-
HSV(B)351.3º34.16%79.22%-
XYZ37.731.3130.04-
YUV154.77121.36161.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=42.26%
G=27.82%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213314300.340.290.21351.339.4365.69
HexCA858F0221D1515f2742
Octal312205217042352553747102
Binary110010101000010110001111010001011101101011010111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA858F; }

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

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

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

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

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

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

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

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