Shades of Charm #CB767F
Tints of Charm #CB767F
RGB
CMYK
RGB Variations
Color information
#CB767F (or 0xCB767F) is known color: Charm. HEX triplet: CB, 76 and 7F. RGB value is (203,118,127). Sum of RGB (Red+Green+Blue) = 203+118+127=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB767F is #348980. Grayscale: #909090. Windows color (decimal): -3443073 or 8353483. OLE color: 8353483.
HSL color Cylindrical-coordinate representation of color #CB767F: hue angle of 353.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB767F is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 127 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.20 |
| HSL | 353.65º | 0.45% | 0.63% | - |
| HSV(B) | 353.65º | 0.42% | 0.8% | - |
| XYZ | 34.94 | 27.19 | 23.48 | - |
| YUV | 144.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 127 | 0 | 0.42 | 0.37 | 0.20 | 353.65 | 0.45 | 0.63 |
| Hex | CB | 76 | 7F | 0 | 2A | 25 | 14 | 162 | 2D | 3F |
| Octal | 313 | 166 | 177 | 0 | 52 | 45 | 24 | 542 | 55 | 77 |
| Binary | 11001011 | 1110110 | 1111111 | 0 | 101010 | 100101 | 10100 | 101100010 | 101101 | 111111 |
Color Harmonies of #CB767F
Complementary color
Monochromatic Colors of #CB767F
Black with #CB767F
Text Example
Text Example
White with #CB767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB767F; }
p { color: rgb(203,118,127); }
H1.HeaderClassName
{
color: #CB767F;
}
.AnyTagClassName
{
color: #CB767F;
}
</style>
background-color css
<style>
a { background-color: #CB767F; }
a { background-color: rgb(203,118,127); }
div.DivClassName
{
background-color: #CB767F;
}
.BgClassName
{
background-color: #CB767F;
}
</style>
border-color css
<style>
span { border-color: #CB767F; }
span { border-color: rgb(203,118,127); }
td.TdClassName
{
border-color: #CB767F;
}
.TagClassName
{
border-color: #CB767F;
}
</style>