Shades of Charm #CA7679
Tints of Charm #CA7679
RGB
CMYK
RGB Variations
Color information
#CA7679 (or 0xCA7679) is known color: Charm. HEX triplet: CA, 76 and 79. RGB value is (202,118,121). Sum of RGB (Red+Green+Blue) = 202+118+121=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7679 is #358986. Grayscale: #8F8F8F. Windows color (decimal): -3508615 or 7960266. OLE color: 7960266.
HSL color Cylindrical-coordinate representation of color #CA7679: hue angle of 357.86º 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 #CA7679 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 121 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.21 |
| HSL | 357.86º | 0.44% | 0.63% | - |
| HSV(B) | 357.86º | 0.42% | 0.79% | - |
| XYZ | 34.29 | 26.89 | 21.47 | - |
| YUV | 143.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 121 | 0 | 0.42 | 0.40 | 0.21 | 357.86 | 0.44 | 0.63 |
| Hex | CA | 76 | 79 | 0 | 2A | 28 | 15 | 166 | 2C | 3F |
| Octal | 312 | 166 | 171 | 0 | 52 | 50 | 25 | 546 | 54 | 77 |
| Binary | 11001010 | 1110110 | 1111001 | 0 | 101010 | 101000 | 10101 | 101100110 | 101100 | 111111 |
Color Harmonies of #CA7679
Complementary color
Monochromatic Colors of #CA7679
Black with #CA7679
Text Example
Text Example
White with #CA7679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7679; }
p { color: rgb(202,118,121); }
H1.HeaderClassName
{
color: #CA7679;
}
.AnyTagClassName
{
color: #CA7679;
}
</style>
background-color css
<style>
a { background-color: #CA7679; }
a { background-color: rgb(202,118,121); }
div.DivClassName
{
background-color: #CA7679;
}
.BgClassName
{
background-color: #CA7679;
}
</style>
border-color css
<style>
span { border-color: #CA7679; }
span { border-color: rgb(202,118,121); }
td.TdClassName
{
border-color: #CA7679;
}
.TagClassName
{
border-color: #CA7679;
}
</style>