Shades of Charm #CB747F
Tints of Charm #CB747F
RGB
CMYK
RGB Variations
Color information
#CB747F (or 0xCB747F) is known color: Charm. HEX triplet: CB, 74 and 7F. RGB value is (203,116,127). Sum of RGB (Red+Green+Blue) = 203+116+127=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB747F is #348B80. Grayscale: #8F8F8F. Windows color (decimal): -3443585 or 8352971. OLE color: 8352971.
HSL color Cylindrical-coordinate representation of color #CB747F: hue angle of 352.41º 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 #CB747F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 127 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.20 |
| HSL | 352.41º | 0.46% | 0.63% | - |
| HSV(B) | 352.41º | 0.43% | 0.8% | - |
| XYZ | 34.7 | 26.72 | 23.41 | - |
| YUV | 143.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 127 | 0 | 0.43 | 0.37 | 0.20 | 352.41 | 0.46 | 0.63 |
| Hex | CB | 74 | 7F | 0 | 2B | 25 | 14 | 160 | 2E | 3F |
| Octal | 313 | 164 | 177 | 0 | 53 | 45 | 24 | 540 | 56 | 77 |
| Binary | 11001011 | 1110100 | 1111111 | 0 | 101011 | 100101 | 10100 | 101100000 | 101110 | 111111 |
Color Harmonies of #CB747F
Complementary color
Monochromatic Colors of #CB747F
Black with #CB747F
Text Example
Text Example
White with #CB747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB747F; }
p { color: rgb(203,116,127); }
H1.HeaderClassName
{
color: #CB747F;
}
.AnyTagClassName
{
color: #CB747F;
}
</style>
background-color css
<style>
a { background-color: #CB747F; }
a { background-color: rgb(203,116,127); }
div.DivClassName
{
background-color: #CB747F;
}
.BgClassName
{
background-color: #CB747F;
}
</style>
border-color css
<style>
span { border-color: #CB747F; }
span { border-color: rgb(203,116,127); }
td.TdClassName
{
border-color: #CB747F;
}
.TagClassName
{
border-color: #CB747F;
}
</style>