Shades of Charm #CD7B8F
Tints of Charm #CD7B8F
RGB
CMYK
RGB Variations
Color information
#CD7B8F (or 0xCD7B8F) is known color: Charm. HEX triplet: CD, 7B and 8F. RGB value is (205,123,143). Sum of RGB (Red+Green+Blue) = 205+123+143=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7B8F is #328470. Grayscale: #959595. Windows color (decimal): -3310705 or 9403341. OLE color: 9403341.
HSL color Cylindrical-coordinate representation of color #CD7B8F: hue angle of 345.37º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7B8F is Cyan = 0, Magento = 0.4, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 143 | - |
| CMYK | 0 | 0.4 | 0.30 | 0.20 |
| HSL | 345.37º | 0.45% | 0.64% | - |
| HSV(B) | 345.37º | 0.4% | 0.8% | - |
| XYZ | 37.22 | 29.13 | 29.65 | - |
| YUV | 149.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 143 | 0 | 0.4 | 0.30 | 0.20 | 345.37 | 0.45 | 0.64 |
| Hex | CD | 7B | 8F | 0 | 28 | 1E | 14 | 159 | 2D | 40 |
| Octal | 315 | 173 | 217 | 0 | 50 | 36 | 24 | 531 | 55 | 100 |
| Binary | 11001101 | 1111011 | 10001111 | 0 | 101000 | 11110 | 10100 | 101011001 | 101101 | 1000000 |
Color Harmonies of #CD7B8F
Complementary color
Monochromatic Colors of #CD7B8F
Black with #CD7B8F
Text Example
Text Example
White with #CD7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B8F; }
p { color: rgb(205,123,143); }
H1.HeaderClassName
{
color: #CD7B8F;
}
.AnyTagClassName
{
color: #CD7B8F;
}
</style>
background-color css
<style>
a { background-color: #CD7B8F; }
a { background-color: rgb(205,123,143); }
div.DivClassName
{
background-color: #CD7B8F;
}
.BgClassName
{
background-color: #CD7B8F;
}
</style>
border-color css
<style>
span { border-color: #CD7B8F; }
span { border-color: rgb(205,123,143); }
td.TdClassName
{
border-color: #CD7B8F;
}
.TagClassName
{
border-color: #CD7B8F;
}
</style>