Shades of Charm #CB697B
Tints of Charm #CB697B
RGB
CMYK
RGB Variations
Color information
#CB697B (or 0xCB697B) is known color: Charm. HEX triplet: CB, 69 and 7B. RGB value is (203,105,123). Sum of RGB (Red+Green+Blue) = 203+105+123=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB697B is #349684. Grayscale: #888888. Windows color (decimal): -3446405 or 8088011. OLE color: 8088011.
HSL color Cylindrical-coordinate representation of color #CB697B: hue angle of 348.98º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB697B is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 123 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.20 |
| HSL | 348.98º | 0.49% | 0.6% | - |
| HSV(B) | 348.98º | 0.48% | 0.8% | - |
| XYZ | 33.26 | 24.23 | 21.66 | - |
| YUV | 136.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 123 | 0 | 0.48 | 0.39 | 0.20 | 348.98 | 0.49 | 0.6 |
| Hex | CB | 69 | 7B | 0 | 30 | 27 | 14 | 15D | 31 | 3C |
| Octal | 313 | 151 | 173 | 0 | 60 | 47 | 24 | 535 | 61 | 74 |
| Binary | 11001011 | 1101001 | 1111011 | 0 | 110000 | 100111 | 10100 | 101011101 | 110001 | 111100 |
Color Harmonies of #CB697B
Complementary color
Monochromatic Colors of #CB697B
Black with #CB697B
Text Example
Text Example
White with #CB697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB697B; }
p { color: rgb(203,105,123); }
H1.HeaderClassName
{
color: #CB697B;
}
.AnyTagClassName
{
color: #CB697B;
}
</style>
background-color css
<style>
a { background-color: #CB697B; }
a { background-color: rgb(203,105,123); }
div.DivClassName
{
background-color: #CB697B;
}
.BgClassName
{
background-color: #CB697B;
}
</style>
border-color css
<style>
span { border-color: #CB697B; }
span { border-color: rgb(203,105,123); }
td.TdClassName
{
border-color: #CB697B;
}
.TagClassName
{
border-color: #CB697B;
}
</style>