Shades of Charm #CB768E
Tints of Charm #CB768E
RGB
CMYK
RGB Variations
Color information
#CB768E (or 0xCB768E) is known color: Charm. HEX triplet: CB, 76 and 8E. RGB value is (203,118,142). Sum of RGB (Red+Green+Blue) = 203+118+142=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB768E is #348971. Grayscale: #929292. Windows color (decimal): -3443058 or 9336523. OLE color: 9336523.
HSL color Cylindrical-coordinate representation of color #CB768E: hue angle of 343.06º 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 #CB768E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 142 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.20 |
| HSL | 343.06º | 0.45% | 0.63% | - |
| HSV(B) | 343.06º | 0.42% | 0.8% | - |
| XYZ | 35.99 | 27.61 | 29.02 | - |
| YUV | 146.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 142 | 0 | 0.42 | 0.30 | 0.20 | 343.06 | 0.45 | 0.63 |
| Hex | CB | 76 | 8E | 0 | 2A | 1E | 14 | 157 | 2D | 3F |
| Octal | 313 | 166 | 216 | 0 | 52 | 36 | 24 | 527 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10001110 | 0 | 101010 | 11110 | 10100 | 101010111 | 101101 | 111111 |
Color Harmonies of #CB768E
Complementary color
Monochromatic Colors of #CB768E
Black with #CB768E
Text Example
Text Example
White with #CB768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB768E; }
p { color: rgb(203,118,142); }
H1.HeaderClassName
{
color: #CB768E;
}
.AnyTagClassName
{
color: #CB768E;
}
</style>
background-color css
<style>
a { background-color: #CB768E; }
a { background-color: rgb(203,118,142); }
div.DivClassName
{
background-color: #CB768E;
}
.BgClassName
{
background-color: #CB768E;
}
</style>
border-color css
<style>
span { border-color: #CB768E; }
span { border-color: rgb(203,118,142); }
td.TdClassName
{
border-color: #CB768E;
}
.TagClassName
{
border-color: #CB768E;
}
</style>