Shades of Charm #CA6E81
Tints of Charm #CA6E81
RGB
CMYK
RGB Variations
Color information
#CA6E81 (or 0xCA6E81) is known color: Charm. HEX triplet: CA, 6E and 81. RGB value is (202,110,129). Sum of RGB (Red+Green+Blue) = 202+110+129=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E81 is #35917E. Grayscale: #8B8B8B. Windows color (decimal): -3510655 or 8482506. OLE color: 8482506.
HSL color Cylindrical-coordinate representation of color #CA6E81: hue angle of 347.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6E81 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 129 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.21 |
| HSL | 347.61º | 0.46% | 0.61% | - |
| HSV(B) | 347.61º | 0.46% | 0.79% | - |
| XYZ | 33.9 | 25.29 | 23.86 | - |
| YUV | 139.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 129 | 0 | 0.46 | 0.36 | 0.21 | 347.61 | 0.46 | 0.61 |
| Hex | CA | 6E | 81 | 0 | 2E | 24 | 15 | 15C | 2E | 3D |
| Octal | 312 | 156 | 201 | 0 | 56 | 44 | 25 | 534 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10000001 | 0 | 101110 | 100100 | 10101 | 101011100 | 101110 | 111101 |
Color Harmonies of #CA6E81
Complementary color
Monochromatic Colors of #CA6E81
Black with #CA6E81
Text Example
Text Example
White with #CA6E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E81; }
p { color: rgb(202,110,129); }
H1.HeaderClassName
{
color: #CA6E81;
}
.AnyTagClassName
{
color: #CA6E81;
}
</style>
background-color css
<style>
a { background-color: #CA6E81; }
a { background-color: rgb(202,110,129); }
div.DivClassName
{
background-color: #CA6E81;
}
.BgClassName
{
background-color: #CA6E81;
}
</style>
border-color css
<style>
span { border-color: #CA6E81; }
span { border-color: rgb(202,110,129); }
td.TdClassName
{
border-color: #CA6E81;
}
.TagClassName
{
border-color: #CA6E81;
}
</style>