Shades of Charm #CA7882
Tints of Charm #CA7882
RGB
CMYK
RGB Variations
Color information
#CA7882 (or 0xCA7882) is known color: Charm. HEX triplet: CA, 78 and 82. RGB value is (202,120,130). Sum of RGB (Red+Green+Blue) = 202+120+130=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7882 is #35877D. Grayscale: #919191. Windows color (decimal): -3508094 or 8550602. OLE color: 8550602.
HSL color Cylindrical-coordinate representation of color #CA7882: hue angle of 352.68º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7882 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 130 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.21 |
| HSL | 352.68º | 0.44% | 0.63% | - |
| HSV(B) | 352.68º | 0.41% | 0.79% | - |
| XYZ | 35.1 | 27.6 | 24.6 | - |
| YUV | 145.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 130 | 0 | 0.41 | 0.36 | 0.21 | 352.68 | 0.44 | 0.63 |
| Hex | CA | 78 | 82 | 0 | 29 | 24 | 15 | 161 | 2C | 3F |
| Octal | 312 | 170 | 202 | 0 | 51 | 44 | 25 | 541 | 54 | 77 |
| Binary | 11001010 | 1111000 | 10000010 | 0 | 101001 | 100100 | 10101 | 101100001 | 101100 | 111111 |
Color Harmonies of #CA7882
Complementary color
Monochromatic Colors of #CA7882
Black with #CA7882
Text Example
Text Example
White with #CA7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7882; }
p { color: rgb(202,120,130); }
H1.HeaderClassName
{
color: #CA7882;
}
.AnyTagClassName
{
color: #CA7882;
}
</style>
background-color css
<style>
a { background-color: #CA7882; }
a { background-color: rgb(202,120,130); }
div.DivClassName
{
background-color: #CA7882;
}
.BgClassName
{
background-color: #CA7882;
}
</style>
border-color css
<style>
span { border-color: #CA7882; }
span { border-color: rgb(202,120,130); }
td.TdClassName
{
border-color: #CA7882;
}
.TagClassName
{
border-color: #CA7882;
}
</style>