Shades of Charm #CA7588
Tints of Charm #CA7588
RGB
CMYK
RGB Variations
Color information
#CA7588 (or 0xCA7588) is known color: 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
| RGB | 202 | 117 | 136 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.21 |
| HSL | 346.59º | 0.45% | 0.63% | - |
| HSV(B) | 346.59º | 0.42% | 0.79% | - |
| XYZ | 35.16 | 27.06 | 26.66 | - |
| YUV | 144.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 136 | 0 | 0.42 | 0.33 | 0.21 | 346.59 | 0.45 | 0.63 |
| Hex | CA | 75 | 88 | 0 | 2A | 21 | 15 | 15B | 2D | 3F |
| Octal | 312 | 165 | 210 | 0 | 52 | 41 | 25 | 533 | 55 | 77 |
| Binary | 11001010 | 1110101 | 10001000 | 0 | 101010 | 100001 | 10101 | 101011011 | 101101 | 111111 |
Color Harmonies of #CA7588
Complementary color
Monochromatic Colors of #CA7588
Black with #CA7588
Text Example
Text Example
White with #CA7588
Text Example
Text Example
HTML Codes & Css Web 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>