Shades of Charm #CB6C7B
Tints of Charm #CB6C7B
RGB
CMYK
RGB Variations
Color information
#CB6C7B (or 0xCB6C7B) is known color: Charm. HEX triplet: CB, 6C and 7B. RGB value is (203,108,123). Sum of RGB (Red+Green+Blue) = 203+108+123=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C7B is #349384. Grayscale: #8A8A8A. Windows color (decimal): -3445637 or 8088779. OLE color: 8088779.
HSL color Cylindrical-coordinate representation of color #CB6C7B: hue angle of 350.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6C7B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 123 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.20 |
| HSL | 350.53º | 0.48% | 0.61% | - |
| HSV(B) | 350.53º | 0.47% | 0.8% | - |
| XYZ | 33.57 | 24.85 | 21.77 | - |
| YUV | 138.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 123 | 0 | 0.47 | 0.39 | 0.20 | 350.53 | 0.48 | 0.61 |
| Hex | CB | 6C | 7B | 0 | 2F | 27 | 14 | 15F | 30 | 3D |
| Octal | 313 | 154 | 173 | 0 | 57 | 47 | 24 | 537 | 60 | 75 |
| Binary | 11001011 | 1101100 | 1111011 | 0 | 101111 | 100111 | 10100 | 101011111 | 110000 | 111101 |
Color Harmonies of #CB6C7B
Complementary color
Monochromatic Colors of #CB6C7B
Black with #CB6C7B
Text Example
Text Example
White with #CB6C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C7B; }
p { color: rgb(203,108,123); }
H1.HeaderClassName
{
color: #CB6C7B;
}
.AnyTagClassName
{
color: #CB6C7B;
}
</style>
background-color css
<style>
a { background-color: #CB6C7B; }
a { background-color: rgb(203,108,123); }
div.DivClassName
{
background-color: #CB6C7B;
}
.BgClassName
{
background-color: #CB6C7B;
}
</style>
border-color css
<style>
span { border-color: #CB6C7B; }
span { border-color: rgb(203,108,123); }
td.TdClassName
{
border-color: #CB6C7B;
}
.TagClassName
{
border-color: #CB6C7B;
}
</style>