Shades of Charm #CB687A
Tints of Charm #CB687A
RGB
CMYK
RGB Variations
Color information
#CB687A (or 0xCB687A) is known color: Charm. HEX triplet: CB, 68 and 7A. RGB value is (203,104,122). Sum of RGB (Red+Green+Blue) = 203+104+122=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB687A is #349785. Grayscale: #878787. Windows color (decimal): -3446662 or 8022219. OLE color: 8022219.
HSL color Cylindrical-coordinate representation of color #CB687A: hue angle of 349.09º 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 #CB687A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 122 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.20 |
| HSL | 349.09º | 0.49% | 0.6% | - |
| HSV(B) | 349.09º | 0.49% | 0.8% | - |
| XYZ | 33.09 | 24 | 21.3 | - |
| YUV | 135.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 122 | 0 | 0.49 | 0.40 | 0.20 | 349.09 | 0.49 | 0.6 |
| Hex | CB | 68 | 7A | 0 | 31 | 28 | 14 | 15D | 31 | 3C |
| Octal | 313 | 150 | 172 | 0 | 61 | 50 | 24 | 535 | 61 | 74 |
| Binary | 11001011 | 1101000 | 1111010 | 0 | 110001 | 101000 | 10100 | 101011101 | 110001 | 111100 |
Color Harmonies of #CB687A
Complementary color
Monochromatic Colors of #CB687A
Black with #CB687A
Text Example
Text Example
White with #CB687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB687A; }
p { color: rgb(203,104,122); }
H1.HeaderClassName
{
color: #CB687A;
}
.AnyTagClassName
{
color: #CB687A;
}
</style>
background-color css
<style>
a { background-color: #CB687A; }
a { background-color: rgb(203,104,122); }
div.DivClassName
{
background-color: #CB687A;
}
.BgClassName
{
background-color: #CB687A;
}
</style>
border-color css
<style>
span { border-color: #CB687A; }
span { border-color: rgb(203,104,122); }
td.TdClassName
{
border-color: #CB687A;
}
.TagClassName
{
border-color: #CB687A;
}
</style>