Shades of Charm #CB777B
Tints of Charm #CB777B
RGB
CMYK
RGB Variations
Color information
#CB777B (or 0xCB777B) is known color: Charm. HEX triplet: CB, 77 and 7B. RGB value is (203,119,123). Sum of RGB (Red+Green+Blue) = 203+119+123=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB777B is #348884. Grayscale: #909090. Windows color (decimal): -3442821 or 8091595. OLE color: 8091595.
HSL color Cylindrical-coordinate representation of color #CB777B: hue angle of 357.14º 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 #CB777B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 123 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.20 |
| HSL | 357.14º | 0.45% | 0.63% | - |
| HSV(B) | 357.14º | 0.41% | 0.8% | - |
| XYZ | 34.8 | 27.32 | 22.18 | - |
| YUV | 144.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 123 | 0 | 0.41 | 0.39 | 0.20 | 357.14 | 0.45 | 0.63 |
| Hex | CB | 77 | 7B | 0 | 29 | 27 | 14 | 165 | 2D | 3F |
| Octal | 313 | 167 | 173 | 0 | 51 | 47 | 24 | 545 | 55 | 77 |
| Binary | 11001011 | 1110111 | 1111011 | 0 | 101001 | 100111 | 10100 | 101100101 | 101101 | 111111 |
Color Harmonies of #CB777B
Complementary color
Monochromatic Colors of #CB777B
Black with #CB777B
Text Example
Text Example
White with #CB777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB777B; }
p { color: rgb(203,119,123); }
H1.HeaderClassName
{
color: #CB777B;
}
.AnyTagClassName
{
color: #CB777B;
}
</style>
background-color css
<style>
a { background-color: #CB777B; }
a { background-color: rgb(203,119,123); }
div.DivClassName
{
background-color: #CB777B;
}
.BgClassName
{
background-color: #CB777B;
}
</style>
border-color css
<style>
span { border-color: #CB777B; }
span { border-color: rgb(203,119,123); }
td.TdClassName
{
border-color: #CB777B;
}
.TagClassName
{
border-color: #CB777B;
}
</style>