Shades of Charm #CD667D
Tints of Charm #CD667D
RGB
CMYK
RGB Variations
Color information
#CD667D (or 0xCD667D) is known color: Charm. HEX triplet: CD, 66 and 7D. RGB value is (205,102,125). Sum of RGB (Red+Green+Blue) = 205+102+125=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD667D is #329982. Grayscale: #878787. Windows color (decimal): -3316099 or 8218317. OLE color: 8218317.
HSL color Cylindrical-coordinate representation of color #CD667D: hue angle of 346.6º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD667D is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 125 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.20 |
| HSL | 346.6º | 0.51% | 0.6% | - |
| HSV(B) | 346.6º | 0.5% | 0.8% | - |
| XYZ | 33.63 | 23.96 | 22.25 | - |
| YUV | 135.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 125 | 0 | 0.50 | 0.39 | 0.20 | 346.6 | 0.51 | 0.6 |
| Hex | CD | 66 | 7D | 0 | 32 | 27 | 14 | 15B | 33 | 3C |
| Octal | 315 | 146 | 175 | 0 | 62 | 47 | 24 | 533 | 63 | 74 |
| Binary | 11001101 | 1100110 | 1111101 | 0 | 110010 | 100111 | 10100 | 101011011 | 110011 | 111100 |
Color Harmonies of #CD667D
Complementary color
Monochromatic Colors of #CD667D
Black with #CD667D
Text Example
Text Example
White with #CD667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD667D; }
p { color: rgb(205,102,125); }
H1.HeaderClassName
{
color: #CD667D;
}
.AnyTagClassName
{
color: #CD667D;
}
</style>
background-color css
<style>
a { background-color: #CD667D; }
a { background-color: rgb(205,102,125); }
div.DivClassName
{
background-color: #CD667D;
}
.BgClassName
{
background-color: #CD667D;
}
</style>
border-color css
<style>
span { border-color: #CD667D; }
span { border-color: rgb(205,102,125); }
td.TdClassName
{
border-color: #CD667D;
}
.TagClassName
{
border-color: #CD667D;
}
</style>