Shades of Charm #CA808A
Tints of Charm #CA808A
RGB
CMYK
RGB Variations
Color information
#CA808A (or 0xCA808A) is known color: Charm. HEX triplet: CA, 80 and 8A. RGB value is (202,128,138). Sum of RGB (Red+Green+Blue) = 202+128+138=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808A is #357F75. Grayscale: #979797. Windows color (decimal): -3506038 or 9076938. OLE color: 9076938.
HSL color Cylindrical-coordinate representation of color #CA808A: hue angle of 351.89º 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 #CA808A is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 138 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.21 |
| HSL | 351.89º | 0.41% | 0.65% | - |
| HSV(B) | 351.89º | 0.37% | 0.79% | - |
| XYZ | 36.66 | 29.83 | 27.87 | - |
| YUV | 151.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 138 | 0 | 0.37 | 0.32 | 0.21 | 351.89 | 0.41 | 0.65 |
| Hex | CA | 80 | 8A | 0 | 25 | 20 | 15 | 160 | 29 | 41 |
| Octal | 312 | 200 | 212 | 0 | 45 | 40 | 25 | 540 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10001010 | 0 | 100101 | 100000 | 10101 | 101100000 | 101001 | 1000001 |
Color Harmonies of #CA808A
Complementary color
Monochromatic Colors of #CA808A
Black with #CA808A
Text Example
Text Example
White with #CA808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA808A; }
p { color: rgb(202,128,138); }
H1.HeaderClassName
{
color: #CA808A;
}
.AnyTagClassName
{
color: #CA808A;
}
</style>
background-color css
<style>
a { background-color: #CA808A; }
a { background-color: rgb(202,128,138); }
div.DivClassName
{
background-color: #CA808A;
}
.BgClassName
{
background-color: #CA808A;
}
</style>
border-color css
<style>
span { border-color: #CA808A; }
span { border-color: rgb(202,128,138); }
td.TdClassName
{
border-color: #CA808A;
}
.TagClassName
{
border-color: #CA808A;
}
</style>