Shades of Charm #CD7B83
Tints of Charm #CD7B83
RGB
CMYK
RGB Variations
Color information
#CD7B83 (or 0xCD7B83) is known color: Charm. HEX triplet: CD, 7B and 83. RGB value is (205,123,131). Sum of RGB (Red+Green+Blue) = 205+123+131=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7B83 is #32847C. Grayscale: #949494. Windows color (decimal): -3310717 or 8616909. OLE color: 8616909.
HSL color Cylindrical-coordinate representation of color #CD7B83: hue angle of 354.15º 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 #CD7B83 is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 131 | - |
| CMYK | 0 | 0.4 | 0.36 | 0.20 |
| HSL | 354.15º | 0.45% | 0.64% | - |
| HSV(B) | 354.15º | 0.4% | 0.8% | - |
| XYZ | 36.36 | 28.78 | 25.11 | - |
| YUV | 148.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 131 | 0 | 0.4 | 0.36 | 0.20 | 354.15 | 0.45 | 0.64 |
| Hex | CD | 7B | 83 | 0 | 28 | 24 | 14 | 162 | 2D | 40 |
| Octal | 315 | 173 | 203 | 0 | 50 | 44 | 24 | 542 | 55 | 100 |
| Binary | 11001101 | 1111011 | 10000011 | 0 | 101000 | 100100 | 10100 | 101100010 | 101101 | 1000000 |
Color Harmonies of #CD7B83
Complementary color
Monochromatic Colors of #CD7B83
Black with #CD7B83
Text Example
Text Example
White with #CD7B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B83; }
p { color: rgb(205,123,131); }
H1.HeaderClassName
{
color: #CD7B83;
}
.AnyTagClassName
{
color: #CD7B83;
}
</style>
background-color css
<style>
a { background-color: #CD7B83; }
a { background-color: rgb(205,123,131); }
div.DivClassName
{
background-color: #CD7B83;
}
.BgClassName
{
background-color: #CD7B83;
}
</style>
border-color css
<style>
span { border-color: #CD7B83; }
span { border-color: rgb(205,123,131); }
td.TdClassName
{
border-color: #CD7B83;
}
.TagClassName
{
border-color: #CD7B83;
}
</style>