#CA7488

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

Shades of Charm #CA7488

Tints of Charm #CA7488

Color information

#CA7488 (or 0xCA7488) is unknown color: approx Charm. HEX triplet: CA, 74 and 88. RGB value is (202,116,136). Sum of RGB (Red+Green+Blue) = 202+116+136=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7488 is #358B77. Grayscale: #909090. Windows color (decimal): -3509112 or 8942794. OLE color: 8942794.

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

Color convert

RGB202116136-
CMYK00.430.330.21
HSL346.05º44.79%62.35%-
HSV(B)346.05º42.57%79.22%-
XYZ35.0526.8226.62-
YUV143.99123.49169.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=44.49%
G=25.55%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211613600.430.330.21346.0544.7962.35
HexCA748802B211515a2d3e
Octal31216421005341255325576
Binary11001010111010010001000010101110000110101101011010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7488; }

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

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

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

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

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

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

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

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