Shades of Charm #CA6B89
Tints of Charm #CA6B89
RGB
CMYK
RGB Variations
Color information
#CA6B89 (or 0xCA6B89) is known color: Charm. HEX triplet: CA, 6B and 89. RGB value is (202,107,137). Sum of RGB (Red+Green+Blue) = 202+107+137=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B89 is #359476. Grayscale: #8A8A8A. Windows color (decimal): -3511415 or 9006026. OLE color: 9006026.
HSL color Cylindrical-coordinate representation of color #CA6B89: hue angle of 341.05º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6B89 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 137 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.21 |
| HSL | 341.05º | 0.47% | 0.61% | - |
| HSV(B) | 341.05º | 0.47% | 0.79% | - |
| XYZ | 34.13 | 24.88 | 26.67 | - |
| YUV | 138.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 137 | 0 | 0.47 | 0.32 | 0.21 | 341.05 | 0.47 | 0.61 |
| Hex | CA | 6B | 89 | 0 | 2F | 20 | 15 | 155 | 2F | 3D |
| Octal | 312 | 153 | 211 | 0 | 57 | 40 | 25 | 525 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10001001 | 0 | 101111 | 100000 | 10101 | 101010101 | 101111 | 111101 |
Color Harmonies of #CA6B89
Complementary color
Monochromatic Colors of #CA6B89
Black with #CA6B89
Text Example
Text Example
White with #CA6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B89; }
p { color: rgb(202,107,137); }
H1.HeaderClassName
{
color: #CA6B89;
}
.AnyTagClassName
{
color: #CA6B89;
}
</style>
background-color css
<style>
a { background-color: #CA6B89; }
a { background-color: rgb(202,107,137); }
div.DivClassName
{
background-color: #CA6B89;
}
.BgClassName
{
background-color: #CA6B89;
}
</style>
border-color css
<style>
span { border-color: #CA6B89; }
span { border-color: rgb(202,107,137); }
td.TdClassName
{
border-color: #CA6B89;
}
.TagClassName
{
border-color: #CA6B89;
}
</style>