Shades of Charm #CD667F
Tints of Charm #CD667F
RGB
CMYK
RGB Variations
Color information
#CD667F (or 0xCD667F) is known color: Charm. HEX triplet: CD, 66 and 7F. RGB value is (205,102,127). Sum of RGB (Red+Green+Blue) = 205+102+127=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD667F is #329980. Grayscale: #878787. Windows color (decimal): -3316097 or 8349389. OLE color: 8349389.
HSL color Cylindrical-coordinate representation of color #CD667F: hue angle of 345.44º 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 #CD667F is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 127 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.20 |
| HSL | 345.44º | 0.51% | 0.6% | - |
| HSV(B) | 345.44º | 0.5% | 0.8% | - |
| XYZ | 33.76 | 24.01 | 22.93 | - |
| YUV | 135.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 127 | 0 | 0.50 | 0.38 | 0.20 | 345.44 | 0.51 | 0.6 |
| Hex | CD | 66 | 7F | 0 | 32 | 26 | 14 | 159 | 33 | 3C |
| Octal | 315 | 146 | 177 | 0 | 62 | 46 | 24 | 531 | 63 | 74 |
| Binary | 11001101 | 1100110 | 1111111 | 0 | 110010 | 100110 | 10100 | 101011001 | 110011 | 111100 |
Color Harmonies of #CD667F
Complementary color
Monochromatic Colors of #CD667F
Black with #CD667F
Text Example
Text Example
White with #CD667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD667F; }
p { color: rgb(205,102,127); }
H1.HeaderClassName
{
color: #CD667F;
}
.AnyTagClassName
{
color: #CD667F;
}
</style>
background-color css
<style>
a { background-color: #CD667F; }
a { background-color: rgb(205,102,127); }
div.DivClassName
{
background-color: #CD667F;
}
.BgClassName
{
background-color: #CD667F;
}
</style>
border-color css
<style>
span { border-color: #CD667F; }
span { border-color: rgb(205,102,127); }
td.TdClassName
{
border-color: #CD667F;
}
.TagClassName
{
border-color: #CD667F;
}
</style>