Shades of Charm #CA787B
Tints of Charm #CA787B
RGB
CMYK
RGB Variations
Color information
#CA787B (or 0xCA787B) is known color: Charm. HEX triplet: CA, 78 and 7B. RGB value is (202,120,123). Sum of RGB (Red+Green+Blue) = 202+120+123=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA787B is #358784. Grayscale: #909090. Windows color (decimal): -3508101 or 8091850. OLE color: 8091850.
HSL color Cylindrical-coordinate representation of color #CA787B: hue angle of 357.8º 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 #CA787B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 123 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.21 |
| HSL | 357.8º | 0.44% | 0.63% | - |
| HSV(B) | 357.8º | 0.41% | 0.79% | - |
| XYZ | 34.65 | 27.42 | 22.21 | - |
| YUV | 144.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 123 | 0 | 0.41 | 0.39 | 0.21 | 357.8 | 0.44 | 0.63 |
| Hex | CA | 78 | 7B | 0 | 29 | 27 | 15 | 166 | 2C | 3F |
| Octal | 312 | 170 | 173 | 0 | 51 | 47 | 25 | 546 | 54 | 77 |
| Binary | 11001010 | 1111000 | 1111011 | 0 | 101001 | 100111 | 10101 | 101100110 | 101100 | 111111 |
Color Harmonies of #CA787B
Complementary color
Monochromatic Colors of #CA787B
Black with #CA787B
Text Example
Text Example
White with #CA787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA787B; }
p { color: rgb(202,120,123); }
H1.HeaderClassName
{
color: #CA787B;
}
.AnyTagClassName
{
color: #CA787B;
}
</style>
background-color css
<style>
a { background-color: #CA787B; }
a { background-color: rgb(202,120,123); }
div.DivClassName
{
background-color: #CA787B;
}
.BgClassName
{
background-color: #CA787B;
}
</style>
border-color css
<style>
span { border-color: #CA787B; }
span { border-color: rgb(202,120,123); }
td.TdClassName
{
border-color: #CA787B;
}
.TagClassName
{
border-color: #CA787B;
}
</style>