#CA7386

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

Shades of Charm #CA7386

Tints of Charm #CA7386

Color information

#CA7386 (or 0xCA7386) is unknown color: approx Charm. HEX triplet: CA, 73 and 86. RGB value is (202,115,134). Sum of RGB (Red+Green+Blue) = 202+115+134=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7386 is #358C79. Grayscale: #8F8F8F. Windows color (decimal): -3509370 or 8811466. OLE color: 8811466.

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

Color convert

RGB202115134-
CMYK00.430.340.21
HSL346.9º45.08%62.16%-
HSV(B)346.9º43.07%79.22%-
XYZ34.7926.5425.84-
YUV143.18122.82169.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=44.79%
G=25.50%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211513400.430.340.21346.945.0862.16
HexCA738602B221515b2d3e
Octal31216320605342255335576
Binary11001010111001110000110010101110001010101101011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7386; }

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

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

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

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

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

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

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

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