#ca7588

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

Shades of Charm #CA7588

Tints of Charm #CA7588

Color information

#CA7588 (or 0xCA7588) is unknown color: approx Charm. HEX triplet: CA, 75 and 88. RGB value is (202,117,136). Sum of RGB (Red+Green+Blue) = 202+117+136=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7588 is #358A77. Grayscale: #909090. Windows color (decimal): -3508856 or 8943050. OLE color: 8943050.

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

Color convert

RGB202117136-
CMYK00.420.330.21
HSL346.59º44.5%62.55%-
HSV(B)346.59º42.08%79.22%-
XYZ35.1627.0626.66-
YUV144.58123.16168.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=44.40%
G=25.71%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211713600.420.330.21346.5944.562.55
HexCA758802A211515b2d3f
Octal31216521005241255335577
Binary11001010111010110001000010101010000110101101011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7588; }

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

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

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

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

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

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

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

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