Shades of Charm #CB6D7E
Tints of Charm #CB6D7E
RGB
CMYK
RGB Variations
Color information
#CB6D7E (or 0xCB6D7E) is known color: Charm. HEX triplet: CB, 6D and 7E. RGB value is (203,109,126). Sum of RGB (Red+Green+Blue) = 203+109+126=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D7E is #349281. Grayscale: #8B8B8B. Windows color (decimal): -3445378 or 8285643. OLE color: 8285643.
HSL color Cylindrical-coordinate representation of color #CB6D7E: hue angle of 349.15º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6D7E is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 126 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.20 |
| HSL | 349.15º | 0.47% | 0.61% | - |
| HSV(B) | 349.15º | 0.46% | 0.8% | - |
| XYZ | 33.86 | 25.14 | 22.81 | - |
| YUV | 139.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 126 | 0 | 0.46 | 0.38 | 0.20 | 349.15 | 0.47 | 0.61 |
| Hex | CB | 6D | 7E | 0 | 2E | 26 | 14 | 15D | 2F | 3D |
| Octal | 313 | 155 | 176 | 0 | 56 | 46 | 24 | 535 | 57 | 75 |
| Binary | 11001011 | 1101101 | 1111110 | 0 | 101110 | 100110 | 10100 | 101011101 | 101111 | 111101 |
Color Harmonies of #CB6D7E
Complementary color
Monochromatic Colors of #CB6D7E
Black with #CB6D7E
Text Example
Text Example
White with #CB6D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D7E; }
p { color: rgb(203,109,126); }
H1.HeaderClassName
{
color: #CB6D7E;
}
.AnyTagClassName
{
color: #CB6D7E;
}
</style>
background-color css
<style>
a { background-color: #CB6D7E; }
a { background-color: rgb(203,109,126); }
div.DivClassName
{
background-color: #CB6D7E;
}
.BgClassName
{
background-color: #CB6D7E;
}
</style>
border-color css
<style>
span { border-color: #CB6D7E; }
span { border-color: rgb(203,109,126); }
td.TdClassName
{
border-color: #CB6D7E;
}
.TagClassName
{
border-color: #CB6D7E;
}
</style>