#CA7186

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

Shades of Charm #CA7186

Tints of Charm #CA7186

Color information

#CA7186 (or 0xCA7186) is unknown color: approx Charm. HEX triplet: CA, 71 and 86. RGB value is (202,113,134). Sum of RGB (Red+Green+Blue) = 202+113+134=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7186 is #358E79. Grayscale: #8E8E8E. Windows color (decimal): -3509882 or 8810954. OLE color: 8810954.

HSL color Cylindrical-coordinate representation of color #CA7186: hue angle of 345.84º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7186 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202113134-
CMYK00.440.340.21
HSL345.84º45.64%61.76%-
HSV(B)345.84º44.06%79.22%-
XYZ34.5726.0925.77-
YUV142123.49170.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=44.99%
G=25.17%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211313400.440.340.21345.8445.6461.76
HexCA718602C221515a2e3e
Octal31216120605442255325676
Binary11001010111000110000110010110010001010101101011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7186; }

 p { color: rgb(202,113,134); }

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

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

 a { background-color: rgb(202,113,134); }

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

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

 span { border-color: rgb(202,113,134); }

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