Shades of Charm #CD667B
Tints of Charm #CD667B
RGB
CMYK
RGB Variations
Color information
#CD667B (or 0xCD667B) is known color: Charm. HEX triplet: CD, 66 and 7B. RGB value is (205,102,123). Sum of RGB (Red+Green+Blue) = 205+102+123=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD667B is #329984. Grayscale: #878787. Windows color (decimal): -3316101 or 8087245. OLE color: 8087245.
HSL color Cylindrical-coordinate representation of color #CD667B: hue angle of 347.77º 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 #CD667B is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 123 | - |
| CMYK | 0 | 0.50 | 0.4 | 0.20 |
| HSL | 347.77º | 0.51% | 0.6% | - |
| HSV(B) | 347.77º | 0.5% | 0.8% | - |
| XYZ | 33.5 | 23.91 | 21.59 | - |
| YUV | 135.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 123 | 0 | 0.50 | 0.4 | 0.20 | 347.77 | 0.51 | 0.6 |
| Hex | CD | 66 | 7B | 0 | 32 | 28 | 14 | 15C | 33 | 3C |
| Octal | 315 | 146 | 173 | 0 | 62 | 50 | 24 | 534 | 63 | 74 |
| Binary | 11001101 | 1100110 | 1111011 | 0 | 110010 | 101000 | 10100 | 101011100 | 110011 | 111100 |
Color Harmonies of #CD667B
Complementary color
Monochromatic Colors of #CD667B
Black with #CD667B
Text Example
Text Example
White with #CD667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD667B; }
p { color: rgb(205,102,123); }
H1.HeaderClassName
{
color: #CD667B;
}
.AnyTagClassName
{
color: #CD667B;
}
</style>
background-color css
<style>
a { background-color: #CD667B; }
a { background-color: rgb(205,102,123); }
div.DivClassName
{
background-color: #CD667B;
}
.BgClassName
{
background-color: #CD667B;
}
</style>
border-color css
<style>
span { border-color: #CD667B; }
span { border-color: rgb(205,102,123); }
td.TdClassName
{
border-color: #CD667B;
}
.TagClassName
{
border-color: #CD667B;
}
</style>