Shades of Charm #CB687B
Tints of Charm #CB687B
RGB
CMYK
RGB Variations
Color information
#CB687B (or 0xCB687B) is known color: Charm. HEX triplet: CB, 68 and 7B. RGB value is (203,104,123). Sum of RGB (Red+Green+Blue) = 203+104+123=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB687B is #349784. Grayscale: #878787. Windows color (decimal): -3446661 or 8087755. OLE color: 8087755.
HSL color Cylindrical-coordinate representation of color #CB687B: hue angle of 348.48º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB687B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 123 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.20 |
| HSL | 348.48º | 0.49% | 0.6% | - |
| HSV(B) | 348.48º | 0.49% | 0.8% | - |
| XYZ | 33.15 | 24.03 | 21.63 | - |
| YUV | 135.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 123 | 0 | 0.49 | 0.39 | 0.20 | 348.48 | 0.49 | 0.6 |
| Hex | CB | 68 | 7B | 0 | 31 | 27 | 14 | 15C | 31 | 3C |
| Octal | 313 | 150 | 173 | 0 | 61 | 47 | 24 | 534 | 61 | 74 |
| Binary | 11001011 | 1101000 | 1111011 | 0 | 110001 | 100111 | 10100 | 101011100 | 110001 | 111100 |
Color Harmonies of #CB687B
Complementary color
Monochromatic Colors of #CB687B
Black with #CB687B
Text Example
Text Example
White with #CB687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB687B; }
p { color: rgb(203,104,123); }
H1.HeaderClassName
{
color: #CB687B;
}
.AnyTagClassName
{
color: #CB687B;
}
</style>
background-color css
<style>
a { background-color: #CB687B; }
a { background-color: rgb(203,104,123); }
div.DivClassName
{
background-color: #CB687B;
}
.BgClassName
{
background-color: #CB687B;
}
</style>
border-color css
<style>
span { border-color: #CB687B; }
span { border-color: rgb(203,104,123); }
td.TdClassName
{
border-color: #CB687B;
}
.TagClassName
{
border-color: #CB687B;
}
</style>