Shades of Charm #CA6F84
Tints of Charm #CA6F84
RGB
CMYK
RGB Variations
Color information
#CA6F84 (or 0xCA6F84) is known color: Charm. HEX triplet: CA, 6F and 84. RGB value is (202,111,132). Sum of RGB (Red+Green+Blue) = 202+111+132=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F84 is #35907B. Grayscale: #8C8C8C. Windows color (decimal): -3510396 or 8679370. OLE color: 8679370.
HSL color Cylindrical-coordinate representation of color #CA6F84: hue angle of 346.15º 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 #CA6F84 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 132 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.21 |
| HSL | 346.15º | 0.46% | 0.61% | - |
| HSV(B) | 346.15º | 0.45% | 0.79% | - |
| XYZ | 34.21 | 25.59 | 24.97 | - |
| YUV | 140.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 132 | 0 | 0.45 | 0.35 | 0.21 | 346.15 | 0.46 | 0.61 |
| Hex | CA | 6F | 84 | 0 | 2D | 23 | 15 | 15A | 2E | 3D |
| Octal | 312 | 157 | 204 | 0 | 55 | 43 | 25 | 532 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10000100 | 0 | 101101 | 100011 | 10101 | 101011010 | 101110 | 111101 |
Color Harmonies of #CA6F84
Complementary color
Monochromatic Colors of #CA6F84
Black with #CA6F84
Text Example
Text Example
White with #CA6F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F84; }
p { color: rgb(202,111,132); }
H1.HeaderClassName
{
color: #CA6F84;
}
.AnyTagClassName
{
color: #CA6F84;
}
</style>
background-color css
<style>
a { background-color: #CA6F84; }
a { background-color: rgb(202,111,132); }
div.DivClassName
{
background-color: #CA6F84;
}
.BgClassName
{
background-color: #CA6F84;
}
</style>
border-color css
<style>
span { border-color: #CA6F84; }
span { border-color: rgb(202,111,132); }
td.TdClassName
{
border-color: #CA6F84;
}
.TagClassName
{
border-color: #CA6F84;
}
</style>