Shades of Charm #CD708A
Tints of Charm #CD708A
RGB
CMYK
RGB Variations
Color information
#CD708A (or 0xCD708A) is known color: Charm. HEX triplet: CD, 70 and 8A. RGB value is (205,112,138). Sum of RGB (Red+Green+Blue) = 205+112+138=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD708A is #328F75. Grayscale: #8E8E8E. Windows color (decimal): -3313526 or 9072845. OLE color: 9072845.
HSL color Cylindrical-coordinate representation of color #CD708A: hue angle of 343.23º degrees, saturation: 0.48, 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 #CD708A is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 138 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.20 |
| HSL | 343.23º | 0.48% | 0.62% | - |
| HSV(B) | 343.23º | 0.45% | 0.8% | - |
| XYZ | 35.56 | 26.4 | 27.27 | - |
| YUV | 142.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 138 | 0 | 0.45 | 0.33 | 0.20 | 343.23 | 0.48 | 0.62 |
| Hex | CD | 70 | 8A | 0 | 2D | 21 | 14 | 157 | 30 | 3E |
| Octal | 315 | 160 | 212 | 0 | 55 | 41 | 24 | 527 | 60 | 76 |
| Binary | 11001101 | 1110000 | 10001010 | 0 | 101101 | 100001 | 10100 | 101010111 | 110000 | 111110 |
Color Harmonies of #CD708A
Complementary color
Monochromatic Colors of #CD708A
Black with #CD708A
Text Example
Text Example
White with #CD708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD708A; }
p { color: rgb(205,112,138); }
H1.HeaderClassName
{
color: #CD708A;
}
.AnyTagClassName
{
color: #CD708A;
}
</style>
background-color css
<style>
a { background-color: #CD708A; }
a { background-color: rgb(205,112,138); }
div.DivClassName
{
background-color: #CD708A;
}
.BgClassName
{
background-color: #CD708A;
}
</style>
border-color css
<style>
span { border-color: #CD708A; }
span { border-color: rgb(205,112,138); }
td.TdClassName
{
border-color: #CD708A;
}
.TagClassName
{
border-color: #CD708A;
}
</style>