Shades of Charm #CB747A
Tints of Charm #CB747A
RGB
CMYK
RGB Variations
Color information
#CB747A (or 0xCB747A) is known color: Charm. HEX triplet: CB, 74 and 7A. RGB value is (203,116,122). Sum of RGB (Red+Green+Blue) = 203+116+122=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB747A is #348B85. Grayscale: #8E8E8E. Windows color (decimal): -3443590 or 8025291. OLE color: 8025291.
HSL color Cylindrical-coordinate representation of color #CB747A: hue angle of 355.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB747A is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 122 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.20 |
| HSL | 355.86º | 0.46% | 0.63% | - |
| HSV(B) | 355.86º | 0.43% | 0.8% | - |
| XYZ | 34.39 | 26.59 | 21.73 | - |
| YUV | 142.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 122 | 0 | 0.43 | 0.40 | 0.20 | 355.86 | 0.46 | 0.63 |
| Hex | CB | 74 | 7A | 0 | 2B | 28 | 14 | 164 | 2E | 3F |
| Octal | 313 | 164 | 172 | 0 | 53 | 50 | 24 | 544 | 56 | 77 |
| Binary | 11001011 | 1110100 | 1111010 | 0 | 101011 | 101000 | 10100 | 101100100 | 101110 | 111111 |
Color Harmonies of #CB747A
Complementary color
Monochromatic Colors of #CB747A
Black with #CB747A
Text Example
Text Example
White with #CB747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB747A; }
p { color: rgb(203,116,122); }
H1.HeaderClassName
{
color: #CB747A;
}
.AnyTagClassName
{
color: #CB747A;
}
</style>
background-color css
<style>
a { background-color: #CB747A; }
a { background-color: rgb(203,116,122); }
div.DivClassName
{
background-color: #CB747A;
}
.BgClassName
{
background-color: #CB747A;
}
</style>
border-color css
<style>
span { border-color: #CB747A; }
span { border-color: rgb(203,116,122); }
td.TdClassName
{
border-color: #CB747A;
}
.TagClassName
{
border-color: #CB747A;
}
</style>