Shades of Charm #C8667F
Tints of Charm #C8667F
RGB
CMYK
RGB Variations
Color information
#C8667F (or 0xC8667F) is known color: Charm. HEX triplet: C8, 66 and 7F. RGB value is (200,102,127). Sum of RGB (Red+Green+Blue) = 200+102+127=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8667F is #379980. Grayscale: #868686. Windows color (decimal): -3643777 or 8349384. OLE color: 8349384.
HSL color Cylindrical-coordinate representation of color #C8667F: hue angle of 344.69º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8667F is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 127 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.22 |
| HSL | 344.69º | 0.47% | 0.59% | - |
| HSV(B) | 344.69º | 0.49% | 0.78% | - |
| XYZ | 32.4 | 23.31 | 22.87 | - |
| YUV | 134.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 127 | 0 | 0.49 | 0.36 | 0.22 | 344.69 | 0.47 | 0.59 |
| Hex | C8 | 66 | 7F | 0 | 31 | 24 | 16 | 159 | 2F | 3B |
| Octal | 310 | 146 | 177 | 0 | 61 | 44 | 26 | 531 | 57 | 73 |
| Binary | 11001000 | 1100110 | 1111111 | 0 | 110001 | 100100 | 10110 | 101011001 | 101111 | 111011 |
Color Harmonies of #C8667F
Complementary color
Monochromatic Colors of #C8667F
Black with #C8667F
Text Example
Text Example
White with #C8667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8667F; }
p { color: rgb(200,102,127); }
H1.HeaderClassName
{
color: #C8667F;
}
.AnyTagClassName
{
color: #C8667F;
}
</style>
background-color css
<style>
a { background-color: #C8667F; }
a { background-color: rgb(200,102,127); }
div.DivClassName
{
background-color: #C8667F;
}
.BgClassName
{
background-color: #C8667F;
}
</style>
border-color css
<style>
span { border-color: #C8667F; }
span { border-color: rgb(200,102,127); }
td.TdClassName
{
border-color: #C8667F;
}
.TagClassName
{
border-color: #C8667F;
}
</style>