#CA8385

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

Shades of Charm #CA8385

Tints of Charm #CA8385

Color information

#CA8385 (or 0xCA8385) is unknown color: approx Charm. HEX triplet: CA, 83 and 85. RGB value is (202,131,133). Sum of RGB (Red+Green+Blue) = 202+131+133=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8385 is #357C7A. Grayscale: #989898. Windows color (decimal): -3505275 or 8750026. OLE color: 8750026.

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

Color convert

RGB202131133-
CMYK00.350.340.21
HSL358.31º40.11%65.29%-
HSV(B)358.31º35.15%79.22%-
XYZ36.7130.4826.14-
YUV152.46117.02163.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=43.35%
G=28.11%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213113300.350.340.21358.3140.1165.29
HexCA838502322151662841
Octal312203205043422554650101
Binary1100101010000011100001010100011100010101011011001101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8385; }

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

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

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

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

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

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

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

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