Shades of Charm #CB777E
Tints of Charm #CB777E
RGB
CMYK
RGB Variations
Color information
#CB777E (or 0xCB777E) is known color: Charm. HEX triplet: CB, 77 and 7E. RGB value is (203,119,126). Sum of RGB (Red+Green+Blue) = 203+119+126=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB777E is #348881. Grayscale: #909090. Windows color (decimal): -3442818 or 8288203. OLE color: 8288203.
HSL color Cylindrical-coordinate representation of color #CB777E: hue angle of 355º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB777E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 126 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.20 |
| HSL | 355º | 0.45% | 0.63% | - |
| HSV(B) | 355º | 0.41% | 0.8% | - |
| XYZ | 34.99 | 27.4 | 23.18 | - |
| YUV | 144.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 126 | 0 | 0.41 | 0.38 | 0.20 | 355 | 0.45 | 0.63 |
| Hex | CB | 77 | 7E | 0 | 29 | 26 | 14 | 163 | 2D | 3F |
| Octal | 313 | 167 | 176 | 0 | 51 | 46 | 24 | 543 | 55 | 77 |
| Binary | 11001011 | 1110111 | 1111110 | 0 | 101001 | 100110 | 10100 | 101100011 | 101101 | 111111 |
Color Harmonies of #CB777E
Complementary color
Monochromatic Colors of #CB777E
Black with #CB777E
Text Example
Text Example
White with #CB777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB777E; }
p { color: rgb(203,119,126); }
H1.HeaderClassName
{
color: #CB777E;
}
.AnyTagClassName
{
color: #CB777E;
}
</style>
background-color css
<style>
a { background-color: #CB777E; }
a { background-color: rgb(203,119,126); }
div.DivClassName
{
background-color: #CB777E;
}
.BgClassName
{
background-color: #CB777E;
}
</style>
border-color css
<style>
span { border-color: #CB777E; }
span { border-color: rgb(203,119,126); }
td.TdClassName
{
border-color: #CB777E;
}
.TagClassName
{
border-color: #CB777E;
}
</style>