Shades of Charm #CA747B
Tints of Charm #CA747B
RGB
CMYK
RGB Variations
Color information
#CA747B (or 0xCA747B) is known color: Charm. HEX triplet: CA, 74 and 7B. RGB value is (202,116,123). Sum of RGB (Red+Green+Blue) = 202+116+123=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA747B is #358B84. Grayscale: #8E8E8E. Windows color (decimal): -3509125 or 8090826. OLE color: 8090826.
HSL color Cylindrical-coordinate representation of color #CA747B: hue angle of 355.12º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA747B is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 123 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.21 |
| HSL | 355.12º | 0.45% | 0.62% | - |
| HSV(B) | 355.12º | 0.43% | 0.79% | - |
| XYZ | 34.18 | 26.48 | 22.05 | - |
| YUV | 142.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 123 | 0 | 0.43 | 0.39 | 0.21 | 355.12 | 0.45 | 0.62 |
| Hex | CA | 74 | 7B | 0 | 2B | 27 | 15 | 163 | 2D | 3E |
| Octal | 312 | 164 | 173 | 0 | 53 | 47 | 25 | 543 | 55 | 76 |
| Binary | 11001010 | 1110100 | 1111011 | 0 | 101011 | 100111 | 10101 | 101100011 | 101101 | 111110 |
Color Harmonies of #CA747B
Complementary color
Monochromatic Colors of #CA747B
Black with #CA747B
Text Example
Text Example
White with #CA747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA747B; }
p { color: rgb(202,116,123); }
H1.HeaderClassName
{
color: #CA747B;
}
.AnyTagClassName
{
color: #CA747B;
}
</style>
background-color css
<style>
a { background-color: #CA747B; }
a { background-color: rgb(202,116,123); }
div.DivClassName
{
background-color: #CA747B;
}
.BgClassName
{
background-color: #CA747B;
}
</style>
border-color css
<style>
span { border-color: #CA747B; }
span { border-color: rgb(202,116,123); }
td.TdClassName
{
border-color: #CA747B;
}
.TagClassName
{
border-color: #CA747B;
}
</style>