Shades of Charm #CB6E7E
Tints of Charm #CB6E7E
RGB
CMYK
RGB Variations
Color information
#CB6E7E (or 0xCB6E7E) is known color: Charm. HEX triplet: CB, 6E and 7E. RGB value is (203,110,126). Sum of RGB (Red+Green+Blue) = 203+110+126=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E7E is #349181. Grayscale: #8B8B8B. Windows color (decimal): -3445122 or 8285899. OLE color: 8285899.
HSL color Cylindrical-coordinate representation of color #CB6E7E: hue angle of 349.68º 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 #CB6E7E is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 126 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.20 |
| HSL | 349.68º | 0.47% | 0.61% | - |
| HSV(B) | 349.68º | 0.46% | 0.8% | - |
| XYZ | 33.97 | 25.35 | 22.84 | - |
| YUV | 139.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 126 | 0 | 0.46 | 0.38 | 0.20 | 349.68 | 0.47 | 0.61 |
| Hex | CB | 6E | 7E | 0 | 2E | 26 | 14 | 15E | 2F | 3D |
| Octal | 313 | 156 | 176 | 0 | 56 | 46 | 24 | 536 | 57 | 75 |
| Binary | 11001011 | 1101110 | 1111110 | 0 | 101110 | 100110 | 10100 | 101011110 | 101111 | 111101 |
Color Harmonies of #CB6E7E
Complementary color
Monochromatic Colors of #CB6E7E
Black with #CB6E7E
Text Example
Text Example
White with #CB6E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E7E; }
p { color: rgb(203,110,126); }
H1.HeaderClassName
{
color: #CB6E7E;
}
.AnyTagClassName
{
color: #CB6E7E;
}
</style>
background-color css
<style>
a { background-color: #CB6E7E; }
a { background-color: rgb(203,110,126); }
div.DivClassName
{
background-color: #CB6E7E;
}
.BgClassName
{
background-color: #CB6E7E;
}
</style>
border-color css
<style>
span { border-color: #CB6E7E; }
span { border-color: rgb(203,110,126); }
td.TdClassName
{
border-color: #CB6E7E;
}
.TagClassName
{
border-color: #CB6E7E;
}
</style>