Shades of Charm #CB7C7F
Tints of Charm #CB7C7F
RGB
CMYK
RGB Variations
Color information
#CB7C7F (or 0xCB7C7F) is known color: Charm. HEX triplet: CB, 7C and 7F. RGB value is (203,124,127). Sum of RGB (Red+Green+Blue) = 203+124+127=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C7F is #348380. Grayscale: #949494. Windows color (decimal): -3441537 or 8355019. OLE color: 8355019.
HSL color Cylindrical-coordinate representation of color #CB7C7F: hue angle of 357.72º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7C7F is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 127 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.20 |
| HSL | 357.72º | 0.43% | 0.64% | - |
| HSV(B) | 357.72º | 0.39% | 0.8% | - |
| XYZ | 35.67 | 28.64 | 23.73 | - |
| YUV | 147.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 127 | 0 | 0.39 | 0.37 | 0.20 | 357.72 | 0.43 | 0.64 |
| Hex | CB | 7C | 7F | 0 | 27 | 25 | 14 | 166 | 2B | 40 |
| Octal | 313 | 174 | 177 | 0 | 47 | 45 | 24 | 546 | 53 | 100 |
| Binary | 11001011 | 1111100 | 1111111 | 0 | 100111 | 100101 | 10100 | 101100110 | 101011 | 1000000 |
Color Harmonies of #CB7C7F
Complementary color
Monochromatic Colors of #CB7C7F
Black with #CB7C7F
Text Example
Text Example
White with #CB7C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C7F; }
p { color: rgb(203,124,127); }
H1.HeaderClassName
{
color: #CB7C7F;
}
.AnyTagClassName
{
color: #CB7C7F;
}
</style>
background-color css
<style>
a { background-color: #CB7C7F; }
a { background-color: rgb(203,124,127); }
div.DivClassName
{
background-color: #CB7C7F;
}
.BgClassName
{
background-color: #CB7C7F;
}
</style>
border-color css
<style>
span { border-color: #CB7C7F; }
span { border-color: rgb(203,124,127); }
td.TdClassName
{
border-color: #CB7C7F;
}
.TagClassName
{
border-color: #CB7C7F;
}
</style>