Shades of Charm #CA808D
Tints of Charm #CA808D
RGB
CMYK
RGB Variations
Color information
#CA808D (or 0xCA808D) is known color: Charm. HEX triplet: CA, 80 and 8D. RGB value is (202,128,141). Sum of RGB (Red+Green+Blue) = 202+128+141=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808D is #357F72. Grayscale: #979797. Windows color (decimal): -3506035 or 9273546. OLE color: 9273546.
HSL color Cylindrical-coordinate representation of color #CA808D: hue angle of 349.46º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA808D is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 141 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.21 |
| HSL | 349.46º | 0.41% | 0.65% | - |
| HSV(B) | 349.46º | 0.37% | 0.79% | - |
| XYZ | 36.88 | 29.92 | 29.03 | - |
| YUV | 151.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 141 | 0 | 0.37 | 0.30 | 0.21 | 349.46 | 0.41 | 0.65 |
| Hex | CA | 80 | 8D | 0 | 25 | 1E | 15 | 15D | 29 | 41 |
| Octal | 312 | 200 | 215 | 0 | 45 | 36 | 25 | 535 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10001101 | 0 | 100101 | 11110 | 10101 | 101011101 | 101001 | 1000001 |
Color Harmonies of #CA808D
Complementary color
Monochromatic Colors of #CA808D
Black with #CA808D
Text Example
Text Example
White with #CA808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA808D; }
p { color: rgb(202,128,141); }
H1.HeaderClassName
{
color: #CA808D;
}
.AnyTagClassName
{
color: #CA808D;
}
</style>
background-color css
<style>
a { background-color: #CA808D; }
a { background-color: rgb(202,128,141); }
div.DivClassName
{
background-color: #CA808D;
}
.BgClassName
{
background-color: #CA808D;
}
</style>
border-color css
<style>
span { border-color: #CA808D; }
span { border-color: rgb(202,128,141); }
td.TdClassName
{
border-color: #CA808D;
}
.TagClassName
{
border-color: #CA808D;
}
</style>