Shades of Charm #CA6F87
Tints of Charm #CA6F87
RGB
CMYK
RGB Variations
Color information
#CA6F87 (or 0xCA6F87) is known color: Charm. HEX triplet: CA, 6F and 87. RGB value is (202,111,135). Sum of RGB (Red+Green+Blue) = 202+111+135=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F87 is #359078. Grayscale: #8C8C8C. Windows color (decimal): -3510393 or 8875978. OLE color: 8875978.
HSL color Cylindrical-coordinate representation of color #CA6F87: hue angle of 344.18º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6F87 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 135 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.21 |
| HSL | 344.18º | 0.46% | 0.61% | - |
| HSV(B) | 344.18º | 0.45% | 0.79% | - |
| XYZ | 34.41 | 25.67 | 26.06 | - |
| YUV | 140.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 135 | 0 | 0.45 | 0.33 | 0.21 | 344.18 | 0.46 | 0.61 |
| Hex | CA | 6F | 87 | 0 | 2D | 21 | 15 | 158 | 2E | 3D |
| Octal | 312 | 157 | 207 | 0 | 55 | 41 | 25 | 530 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10000111 | 0 | 101101 | 100001 | 10101 | 101011000 | 101110 | 111101 |
Color Harmonies of #CA6F87
Complementary color
Monochromatic Colors of #CA6F87
Black with #CA6F87
Text Example
Text Example
White with #CA6F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F87; }
p { color: rgb(202,111,135); }
H1.HeaderClassName
{
color: #CA6F87;
}
.AnyTagClassName
{
color: #CA6F87;
}
</style>
background-color css
<style>
a { background-color: #CA6F87; }
a { background-color: rgb(202,111,135); }
div.DivClassName
{
background-color: #CA6F87;
}
.BgClassName
{
background-color: #CA6F87;
}
</style>
border-color css
<style>
span { border-color: #CA6F87; }
span { border-color: rgb(202,111,135); }
td.TdClassName
{
border-color: #CA6F87;
}
.TagClassName
{
border-color: #CA6F87;
}
</style>