#CA8389

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

Shades of Charm #CA8389

Tints of Charm #CA8389

Color information

#CA8389 (or 0xCA8389) is unknown color: approx Charm. HEX triplet: CA, 83 and 89. RGB value is (202,131,137). Sum of RGB (Red+Green+Blue) = 202+131+137=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8389 is #357C76. Grayscale: #989898. Windows color (decimal): -3505271 or 9012170. OLE color: 9012170.

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

Color convert

RGB202131137-
CMYK00.350.320.21
HSL354.93º40.11%65.29%-
HSV(B)354.93º35.15%79.22%-
XYZ36.9930.627.62-
YUV152.91119.02163.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=42.98%
G=27.87%
B=29.15%

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
Decimal20213113700.350.320.21354.9340.1165.29
HexCA838902320151632841
Octal312203211043402554350101
Binary1100101010000011100010010100011100000101011011000111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8389; }

 p { color: rgb(202,131,137); }

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

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

 a { background-color: rgb(202,131,137); }

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

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

 span { border-color: rgb(202,131,137); }

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