Shades of Charm #CA7488
Tints of Charm #CA7488
RGB
CMYK
RGB Variations
Color information
#CA7488 (or 0xCA7488) is known color: 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
| RGB | 202 | 116 | 136 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.21 |
| HSL | 346.05º | 0.45% | 0.62% | - |
| HSV(B) | 346.05º | 0.43% | 0.79% | - |
| XYZ | 35.05 | 26.82 | 26.62 | - |
| YUV | 143.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 136 | 0 | 0.43 | 0.33 | 0.21 | 346.05 | 0.45 | 0.62 |
| Hex | CA | 74 | 88 | 0 | 2B | 21 | 15 | 15A | 2D | 3E |
| Octal | 312 | 164 | 210 | 0 | 53 | 41 | 25 | 532 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10001000 | 0 | 101011 | 100001 | 10101 | 101011010 | 101101 | 111110 |
Color Harmonies of #CA7488
Complementary color
Monochromatic Colors of #CA7488
Black with #CA7488
Text Example
Text Example
White with #CA7488
Text Example
Text Example
HTML Codes & Css Web 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>