#CA8287

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

Shades of Charm #CA8287

Tints of Charm #CA8287

Color information

#CA8287 (or 0xCA8287) is unknown color: approx Charm. HEX triplet: CA, 82 and 87. RGB value is (202,130,135). Sum of RGB (Red+Green+Blue) = 202+130+135=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8287 is #357D78. Grayscale: #989898. Windows color (decimal): -3505529 or 8880842. OLE color: 8880842.

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

Color convert

RGB202130135-
CMYK00.360.330.21
HSL355.83º40.45%65.1%-
HSV(B)355.83º35.64%79.22%-
XYZ36.7130.2726.83-
YUV152.1118.35163.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=43.25%
G=27.84%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213013500.360.330.21355.8340.4565.1
HexCA828702421151642841
Octal312202207044412554450101
Binary1100101010000010100001110100100100001101011011001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8287; }

 p { color: rgb(202,130,135); }

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

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

 a { background-color: rgb(202,130,135); }

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

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

 span { border-color: rgb(202,130,135); }

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