Shades of Charm #D06B7B
Tints of Charm #D06B7B
RGB
CMYK
RGB Variations
Color information
#D06B7B (or 0xD06B7B) is known color: Charm. HEX triplet: D0, 6B and 7B. RGB value is (208,107,123). Sum of RGB (Red+Green+Blue) = 208+107+123=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06B7B is #2F9484. Grayscale: #8B8B8B. Windows color (decimal): -3118213 or 8088528. OLE color: 8088528.
HSL color Cylindrical-coordinate representation of color #D06B7B: hue angle of 350.5º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06B7B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 123 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.18 |
| HSL | 350.5º | 0.52% | 0.62% | - |
| HSV(B) | 350.5º | 0.49% | 0.82% | - |
| XYZ | 34.85 | 25.36 | 21.8 | - |
| YUV | 139.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 123 | 0 | 0.49 | 0.41 | 0.18 | 350.5 | 0.52 | 0.62 |
| Hex | D0 | 6B | 7B | 0 | 31 | 29 | 12 | 15E | 34 | 3E |
| Octal | 320 | 153 | 173 | 0 | 61 | 51 | 22 | 536 | 64 | 76 |
| Binary | 11010000 | 1101011 | 1111011 | 0 | 110001 | 101001 | 10010 | 101011110 | 110100 | 111110 |
Color Harmonies of #D06B7B
Complementary color
Monochromatic Colors of #D06B7B
Black with #D06B7B
Text Example
Text Example
White with #D06B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B7B; }
p { color: rgb(208,107,123); }
H1.HeaderClassName
{
color: #D06B7B;
}
.AnyTagClassName
{
color: #D06B7B;
}
</style>
background-color css
<style>
a { background-color: #D06B7B; }
a { background-color: rgb(208,107,123); }
div.DivClassName
{
background-color: #D06B7B;
}
.BgClassName
{
background-color: #D06B7B;
}
</style>
border-color css
<style>
span { border-color: #D06B7B; }
span { border-color: rgb(208,107,123); }
td.TdClassName
{
border-color: #D06B7B;
}
.TagClassName
{
border-color: #D06B7B;
}
</style>