Shades of Charm #CD6B7B
Tints of Charm #CD6B7B
RGB
CMYK
RGB Variations
Color information
#CD6B7B (or 0xCD6B7B) is known color: Charm. HEX triplet: CD, 6B and 7B. RGB value is (205,107,123). Sum of RGB (Red+Green+Blue) = 205+107+123=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B7B is #329484. Grayscale: #8A8A8A. Windows color (decimal): -3314821 or 8088525. OLE color: 8088525.
HSL color Cylindrical-coordinate representation of color #CD6B7B: hue angle of 350.2º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6B7B is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 107 | 123 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.20 |
| HSL | 350.2º | 0.49% | 0.61% | - |
| HSV(B) | 350.2º | 0.48% | 0.8% | - |
| XYZ | 34.01 | 24.92 | 21.76 | - |
| YUV | 138.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 107 | 123 | 0 | 0.48 | 0.4 | 0.20 | 350.2 | 0.49 | 0.61 |
| Hex | CD | 6B | 7B | 0 | 30 | 28 | 14 | 15E | 31 | 3D |
| Octal | 315 | 153 | 173 | 0 | 60 | 50 | 24 | 536 | 61 | 75 |
| Binary | 11001101 | 1101011 | 1111011 | 0 | 110000 | 101000 | 10100 | 101011110 | 110001 | 111101 |
Color Harmonies of #CD6B7B
Complementary color
Monochromatic Colors of #CD6B7B
Black with #CD6B7B
Text Example
Text Example
White with #CD6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6B7B; }
p { color: rgb(205,107,123); }
H1.HeaderClassName
{
color: #CD6B7B;
}
.AnyTagClassName
{
color: #CD6B7B;
}
</style>
background-color css
<style>
a { background-color: #CD6B7B; }
a { background-color: rgb(205,107,123); }
div.DivClassName
{
background-color: #CD6B7B;
}
.BgClassName
{
background-color: #CD6B7B;
}
</style>
border-color css
<style>
span { border-color: #CD6B7B; }
span { border-color: rgb(205,107,123); }
td.TdClassName
{
border-color: #CD6B7B;
}
.TagClassName
{
border-color: #CD6B7B;
}
</style>