Shades of Charm #CD748A
Tints of Charm #CD748A
RGB
CMYK
RGB Variations
Color information
#CD748A (or 0xCD748A) is known color: Charm. HEX triplet: CD, 74 and 8A. RGB value is (205,116,138). Sum of RGB (Red+Green+Blue) = 205+116+138=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD748A is #328B75. Grayscale: #919191. Windows color (decimal): -3312502 or 9073869. OLE color: 9073869.
HSL color Cylindrical-coordinate representation of color #CD748A: hue angle of 345.17º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD748A is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 138 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.20 |
| HSL | 345.17º | 0.47% | 0.63% | - |
| HSV(B) | 345.17º | 0.43% | 0.8% | - |
| XYZ | 36.01 | 27.3 | 27.42 | - |
| YUV | 145.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 138 | 0 | 0.43 | 0.33 | 0.20 | 345.17 | 0.47 | 0.63 |
| Hex | CD | 74 | 8A | 0 | 2B | 21 | 14 | 159 | 2F | 3F |
| Octal | 315 | 164 | 212 | 0 | 53 | 41 | 24 | 531 | 57 | 77 |
| Binary | 11001101 | 1110100 | 10001010 | 0 | 101011 | 100001 | 10100 | 101011001 | 101111 | 111111 |
Color Harmonies of #CD748A
Complementary color
Monochromatic Colors of #CD748A
Black with #CD748A
Text Example
Text Example
White with #CD748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD748A; }
p { color: rgb(205,116,138); }
H1.HeaderClassName
{
color: #CD748A;
}
.AnyTagClassName
{
color: #CD748A;
}
</style>
background-color css
<style>
a { background-color: #CD748A; }
a { background-color: rgb(205,116,138); }
div.DivClassName
{
background-color: #CD748A;
}
.BgClassName
{
background-color: #CD748A;
}
</style>
border-color css
<style>
span { border-color: #CD748A; }
span { border-color: rgb(205,116,138); }
td.TdClassName
{
border-color: #CD748A;
}
.TagClassName
{
border-color: #CD748A;
}
</style>