#CA848A

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

Shades of Puce #CA848A

Tints of Puce #CA848A

Color information

#CA848A (or 0xCA848A) is unknown color: approx Puce. HEX triplet: CA, 84 and 8A. RGB value is (202,132,138). Sum of RGB (Red+Green+Blue) = 202+132+138=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA848A is #357B75. Grayscale: #999999. Windows color (decimal): -3505014 or 9077962. OLE color: 9077962.

HSL color Cylindrical-coordinate representation of color #CA848A: hue angle of 354.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA848A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202132138-
CMYK00.350.320.21
HSL354.86º39.77%65.49%-
HSV(B)354.86º34.65%79.22%-
XYZ37.230.8928.05-
YUV153.61119.19162.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=42.80%
G=27.97%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213213800.350.320.21354.8639.7765.49
HexCA848A02320151632841
Octal312204212043402554350101
Binary1100101010000100100010100100011100000101011011000111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA848A; }

 p { color: rgb(202,132,138); }

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

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

 a { background-color: rgb(202,132,138); }

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

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

 span { border-color: rgb(202,132,138); }

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