#CA848B

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

Shades of Puce #CA848B

Tints of Puce #CA848B

Color information

#CA848B (or 0xCA848B) is unknown color: approx Puce. HEX triplet: CA, 84 and 8B. RGB value is (202,132,139). Sum of RGB (Red+Green+Blue) = 202+132+139=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA848B is #357B74. Grayscale: #999999. Windows color (decimal): -3505013 or 9143498. OLE color: 9143498.

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

Color convert

RGB202132139-
CMYK00.350.310.21
HSL354º39.77%65.49%-
HSV(B)354º34.65%79.22%-
XYZ37.2730.9228.43-
YUV153.73119.69162.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=42.71%
G=27.91%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213213900.350.310.2135439.7765.49
HexCA848B0231F151622841
Octal312204213043372554250101
Binary110010101000010010001011010001111111101011011000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA848B; }

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

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

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

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

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

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

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

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