Shades of Charm #CB6F7D
Tints of Charm #CB6F7D
RGB
CMYK
RGB Variations
Color information
#CB6F7D (or 0xCB6F7D) is known color: Charm. HEX triplet: CB, 6F and 7D. RGB value is (203,111,125). Sum of RGB (Red+Green+Blue) = 203+111+125=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F7D is #349082. Grayscale: #8C8C8C. Windows color (decimal): -3444867 or 8220619. OLE color: 8220619.
HSL color Cylindrical-coordinate representation of color #CB6F7D: hue angle of 350.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6F7D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 125 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.20 |
| HSL | 350.87º | 0.47% | 0.62% | - |
| HSV(B) | 350.87º | 0.45% | 0.8% | - |
| XYZ | 34.01 | 25.55 | 22.54 | - |
| YUV | 140.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 125 | 0 | 0.45 | 0.38 | 0.20 | 350.87 | 0.47 | 0.62 |
| Hex | CB | 6F | 7D | 0 | 2D | 26 | 14 | 15F | 2F | 3E |
| Octal | 313 | 157 | 175 | 0 | 55 | 46 | 24 | 537 | 57 | 76 |
| Binary | 11001011 | 1101111 | 1111101 | 0 | 101101 | 100110 | 10100 | 101011111 | 101111 | 111110 |
Color Harmonies of #CB6F7D
Complementary color
Monochromatic Colors of #CB6F7D
Black with #CB6F7D
Text Example
Text Example
White with #CB6F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F7D; }
p { color: rgb(203,111,125); }
H1.HeaderClassName
{
color: #CB6F7D;
}
.AnyTagClassName
{
color: #CB6F7D;
}
</style>
background-color css
<style>
a { background-color: #CB6F7D; }
a { background-color: rgb(203,111,125); }
div.DivClassName
{
background-color: #CB6F7D;
}
.BgClassName
{
background-color: #CB6F7D;
}
</style>
border-color css
<style>
span { border-color: #CB6F7D; }
span { border-color: rgb(203,111,125); }
td.TdClassName
{
border-color: #CB6F7D;
}
.TagClassName
{
border-color: #CB6F7D;
}
</style>