Shades of Charm #CA808B
Tints of Charm #CA808B
RGB
CMYK
RGB Variations
Color information
#CA808B (or 0xCA808B) is known color: Charm. HEX triplet: CA, 80 and 8B. RGB value is (202,128,139). Sum of RGB (Red+Green+Blue) = 202+128+139=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808B is #357F74. Grayscale: #979797. Windows color (decimal): -3506037 or 9142474. OLE color: 9142474.
HSL color Cylindrical-coordinate representation of color #CA808B: hue angle of 351.08º 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 #CA808B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 139 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.21 |
| HSL | 351.08º | 0.41% | 0.65% | - |
| HSV(B) | 351.08º | 0.37% | 0.79% | - |
| XYZ | 36.74 | 29.86 | 28.25 | - |
| YUV | 151.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 139 | 0 | 0.37 | 0.31 | 0.21 | 351.08 | 0.41 | 0.65 |
| Hex | CA | 80 | 8B | 0 | 25 | 1F | 15 | 15F | 29 | 41 |
| Octal | 312 | 200 | 213 | 0 | 45 | 37 | 25 | 537 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10001011 | 0 | 100101 | 11111 | 10101 | 101011111 | 101001 | 1000001 |
Color Harmonies of #CA808B
Complementary color
Monochromatic Colors of #CA808B
Black with #CA808B
Text Example
Text Example
White with #CA808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA808B; }
p { color: rgb(202,128,139); }
H1.HeaderClassName
{
color: #CA808B;
}
.AnyTagClassName
{
color: #CA808B;
}
</style>
background-color css
<style>
a { background-color: #CA808B; }
a { background-color: rgb(202,128,139); }
div.DivClassName
{
background-color: #CA808B;
}
.BgClassName
{
background-color: #CA808B;
}
</style>
border-color css
<style>
span { border-color: #CA808B; }
span { border-color: rgb(202,128,139); }
td.TdClassName
{
border-color: #CA808B;
}
.TagClassName
{
border-color: #CA808B;
}
</style>