Shades of Charm #CA7682
Tints of Charm #CA7682
RGB
CMYK
RGB Variations
Color information
#CA7682 (or 0xCA7682) is known color: Charm. HEX triplet: CA, 76 and 82. RGB value is (202,118,130). Sum of RGB (Red+Green+Blue) = 202+118+130=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7682 is #35897D. Grayscale: #909090. Windows color (decimal): -3508606 or 8550090. OLE color: 8550090.
HSL color Cylindrical-coordinate representation of color #CA7682: hue angle of 351.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7682 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 130 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.21 |
| HSL | 351.43º | 0.44% | 0.63% | - |
| HSV(B) | 351.43º | 0.42% | 0.79% | - |
| XYZ | 34.86 | 27.13 | 24.52 | - |
| YUV | 144.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 130 | 0 | 0.42 | 0.36 | 0.21 | 351.43 | 0.44 | 0.63 |
| Hex | CA | 76 | 82 | 0 | 2A | 24 | 15 | 15F | 2C | 3F |
| Octal | 312 | 166 | 202 | 0 | 52 | 44 | 25 | 537 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10000010 | 0 | 101010 | 100100 | 10101 | 101011111 | 101100 | 111111 |
Color Harmonies of #CA7682
Complementary color
Monochromatic Colors of #CA7682
Black with #CA7682
Text Example
Text Example
White with #CA7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7682; }
p { color: rgb(202,118,130); }
H1.HeaderClassName
{
color: #CA7682;
}
.AnyTagClassName
{
color: #CA7682;
}
</style>
background-color css
<style>
a { background-color: #CA7682; }
a { background-color: rgb(202,118,130); }
div.DivClassName
{
background-color: #CA7682;
}
.BgClassName
{
background-color: #CA7682;
}
</style>
border-color css
<style>
span { border-color: #CA7682; }
span { border-color: rgb(202,118,130); }
td.TdClassName
{
border-color: #CA7682;
}
.TagClassName
{
border-color: #CA7682;
}
</style>