#ca7481

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

Shades of Charm #CA7481

Tints of Charm #CA7481

Color information

#CA7481 (or 0xCA7481) is unknown color: approx Charm. HEX triplet: CA, 74 and 81. RGB value is (202,116,129). Sum of RGB (Red+Green+Blue) = 202+116+129=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7481 is #358B7E. Grayscale: #8F8F8F. Windows color (decimal): -3509119 or 8484042. OLE color: 8484042.

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

Color convert

RGB202116129-
CMYK00.430.360.21
HSL350.93º44.79%62.35%-
HSV(B)350.93º42.57%79.22%-
XYZ34.5626.6324.09-
YUV143.2119.99169.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=45.19%
G=25.95%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211612900.430.360.21350.9344.7962.35
HexCA748102B241515f2d3e
Octal31216420105344255375576
Binary11001010111010010000001010101110010010101101011111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7481; }

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

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

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

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

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

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

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

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