Shades of Charm #CA7D88
Tints of Charm #CA7D88
RGB
CMYK
RGB Variations
Color information
#CA7D88 (or 0xCA7D88) is known color: Charm. HEX triplet: CA, 7D and 88. RGB value is (202,125,136). Sum of RGB (Red+Green+Blue) = 202+125+136=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D88 is #358277. Grayscale: #959595. Windows color (decimal): -3506808 or 8945098. OLE color: 8945098.
HSL color Cylindrical-coordinate representation of color #CA7D88: hue angle of 351.43º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7D88 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 136 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.21 |
| HSL | 351.43º | 0.42% | 0.64% | - |
| HSV(B) | 351.43º | 0.38% | 0.79% | - |
| XYZ | 36.13 | 29 | 26.99 | - |
| YUV | 149.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 136 | 0 | 0.38 | 0.33 | 0.21 | 351.43 | 0.42 | 0.64 |
| Hex | CA | 7D | 88 | 0 | 26 | 21 | 15 | 15F | 2A | 40 |
| Octal | 312 | 175 | 210 | 0 | 46 | 41 | 25 | 537 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10001000 | 0 | 100110 | 100001 | 10101 | 101011111 | 101010 | 1000000 |
Color Harmonies of #CA7D88
Complementary color
Monochromatic Colors of #CA7D88
Black with #CA7D88
Text Example
Text Example
White with #CA7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D88; }
p { color: rgb(202,125,136); }
H1.HeaderClassName
{
color: #CA7D88;
}
.AnyTagClassName
{
color: #CA7D88;
}
</style>
background-color css
<style>
a { background-color: #CA7D88; }
a { background-color: rgb(202,125,136); }
div.DivClassName
{
background-color: #CA7D88;
}
.BgClassName
{
background-color: #CA7D88;
}
</style>
border-color css
<style>
span { border-color: #CA7D88; }
span { border-color: rgb(202,125,136); }
td.TdClassName
{
border-color: #CA7D88;
}
.TagClassName
{
border-color: #CA7D88;
}
</style>