Shades of Charm #CA767A
Tints of Charm #CA767A
RGB
CMYK
RGB Variations
Color information
#CA767A (or 0xCA767A) is known color: Charm. HEX triplet: CA, 76 and 7A. RGB value is (202,118,122). Sum of RGB (Red+Green+Blue) = 202+118+122=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA767A is #358985. Grayscale: #8F8F8F. Windows color (decimal): -3508614 or 8025802. OLE color: 8025802.
HSL color Cylindrical-coordinate representation of color #CA767A: hue angle of 357.14º 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 #CA767A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 122 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.21 |
| HSL | 357.14º | 0.44% | 0.63% | - |
| HSV(B) | 357.14º | 0.42% | 0.79% | - |
| XYZ | 34.35 | 26.92 | 21.8 | - |
| YUV | 143.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 122 | 0 | 0.42 | 0.40 | 0.21 | 357.14 | 0.44 | 0.63 |
| Hex | CA | 76 | 7A | 0 | 2A | 28 | 15 | 165 | 2C | 3F |
| Octal | 312 | 166 | 172 | 0 | 52 | 50 | 25 | 545 | 54 | 77 |
| Binary | 11001010 | 1110110 | 1111010 | 0 | 101010 | 101000 | 10101 | 101100101 | 101100 | 111111 |
Color Harmonies of #CA767A
Complementary color
Monochromatic Colors of #CA767A
Black with #CA767A
Text Example
Text Example
White with #CA767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA767A; }
p { color: rgb(202,118,122); }
H1.HeaderClassName
{
color: #CA767A;
}
.AnyTagClassName
{
color: #CA767A;
}
</style>
background-color css
<style>
a { background-color: #CA767A; }
a { background-color: rgb(202,118,122); }
div.DivClassName
{
background-color: #CA767A;
}
.BgClassName
{
background-color: #CA767A;
}
</style>
border-color css
<style>
span { border-color: #CA767A; }
span { border-color: rgb(202,118,122); }
td.TdClassName
{
border-color: #CA767A;
}
.TagClassName
{
border-color: #CA767A;
}
</style>