Shades of Charm #CA6F89
Tints of Charm #CA6F89
RGB
CMYK
RGB Variations
Color information
#CA6F89 (or 0xCA6F89) is known color: Charm. HEX triplet: CA, 6F and 89. RGB value is (202,111,137). Sum of RGB (Red+Green+Blue) = 202+111+137=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F89 is #359076. Grayscale: #8D8D8D. Windows color (decimal): -3510391 or 9007050. OLE color: 9007050.
HSL color Cylindrical-coordinate representation of color #CA6F89: hue angle of 342.86º 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 #CA6F89 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 137 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.21 |
| HSL | 342.86º | 0.46% | 0.61% | - |
| HSV(B) | 342.86º | 0.45% | 0.79% | - |
| XYZ | 34.56 | 25.73 | 26.81 | - |
| YUV | 141.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 137 | 0 | 0.45 | 0.32 | 0.21 | 342.86 | 0.46 | 0.61 |
| Hex | CA | 6F | 89 | 0 | 2D | 20 | 15 | 157 | 2E | 3D |
| Octal | 312 | 157 | 211 | 0 | 55 | 40 | 25 | 527 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10001001 | 0 | 101101 | 100000 | 10101 | 101010111 | 101110 | 111101 |
Color Harmonies of #CA6F89
Complementary color
Monochromatic Colors of #CA6F89
Black with #CA6F89
Text Example
Text Example
White with #CA6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F89; }
p { color: rgb(202,111,137); }
H1.HeaderClassName
{
color: #CA6F89;
}
.AnyTagClassName
{
color: #CA6F89;
}
</style>
background-color css
<style>
a { background-color: #CA6F89; }
a { background-color: rgb(202,111,137); }
div.DivClassName
{
background-color: #CA6F89;
}
.BgClassName
{
background-color: #CA6F89;
}
</style>
border-color css
<style>
span { border-color: #CA6F89; }
span { border-color: rgb(202,111,137); }
td.TdClassName
{
border-color: #CA6F89;
}
.TagClassName
{
border-color: #CA6F89;
}
</style>