#CA8184

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

Shades of Charm #CA8184

Tints of Charm #CA8184

Color information

#CA8184 (or 0xCA8184) is unknown color: approx Charm. HEX triplet: CA, 81 and 84. RGB value is (202,129,132). Sum of RGB (Red+Green+Blue) = 202+129+132=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8184 is #357E7B. Grayscale: #979797. Windows color (decimal): -3505788 or 8683978. OLE color: 8683978.

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

Color convert

RGB202129132-
CMYK00.360.350.21
HSL357.53º40.78%64.9%-
HSV(B)357.53º36.14%79.22%-
XYZ36.3729.9225.69-
YUV151.17117.18164.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=43.63%
G=27.86%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212913200.360.350.21357.5340.7864.9
HexCA818402423151662941
Octal312201204044432554651101
Binary1100101010000001100001000100100100011101011011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8184; }

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

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

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

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

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

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

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

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