Shades of Charm #CB7689
Tints of Charm #CB7689
RGB
CMYK
RGB Variations
Color information
#CB7689 (or 0xCB7689) is known color: Charm. HEX triplet: CB, 76 and 89. RGB value is (203,118,137). Sum of RGB (Red+Green+Blue) = 203+118+137=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7689 is #348976. Grayscale: #919191. Windows color (decimal): -3443063 or 9008843. OLE color: 9008843.
HSL color Cylindrical-coordinate representation of color #CB7689: hue angle of 346.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7689 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 137 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.20 |
| HSL | 346.59º | 0.45% | 0.63% | - |
| HSV(B) | 346.59º | 0.42% | 0.8% | - |
| XYZ | 35.62 | 27.46 | 27.09 | - |
| YUV | 145.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 137 | 0 | 0.42 | 0.33 | 0.20 | 346.59 | 0.45 | 0.63 |
| Hex | CB | 76 | 89 | 0 | 2A | 21 | 14 | 15B | 2D | 3F |
| Octal | 313 | 166 | 211 | 0 | 52 | 41 | 24 | 533 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10001001 | 0 | 101010 | 100001 | 10100 | 101011011 | 101101 | 111111 |
Color Harmonies of #CB7689
Complementary color
Monochromatic Colors of #CB7689
Black with #CB7689
Text Example
Text Example
White with #CB7689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7689; }
p { color: rgb(203,118,137); }
H1.HeaderClassName
{
color: #CB7689;
}
.AnyTagClassName
{
color: #CB7689;
}
</style>
background-color css
<style>
a { background-color: #CB7689; }
a { background-color: rgb(203,118,137); }
div.DivClassName
{
background-color: #CB7689;
}
.BgClassName
{
background-color: #CB7689;
}
</style>
border-color css
<style>
span { border-color: #CB7689; }
span { border-color: rgb(203,118,137); }
td.TdClassName
{
border-color: #CB7689;
}
.TagClassName
{
border-color: #CB7689;
}
</style>