Shades of Charm #C8677A
Tints of Charm #C8677A
RGB
CMYK
RGB Variations
Color information
#C8677A (or 0xC8677A) is known color: Charm. HEX triplet: C8, 67 and 7A. RGB value is (200,103,122). Sum of RGB (Red+Green+Blue) = 200+103+122=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8677A is #379885. Grayscale: #868686. Windows color (decimal): -3643526 or 8021960. OLE color: 8021960.
HSL color Cylindrical-coordinate representation of color #C8677A: hue angle of 348.25º 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 #C8677A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 122 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.22 |
| HSL | 348.25º | 0.47% | 0.59% | - |
| HSV(B) | 348.25º | 0.49% | 0.78% | - |
| XYZ | 32.18 | 23.39 | 21.23 | - |
| YUV | 134.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 122 | 0 | 0.48 | 0.39 | 0.22 | 348.25 | 0.47 | 0.59 |
| Hex | C8 | 67 | 7A | 0 | 30 | 27 | 16 | 15C | 2F | 3B |
| Octal | 310 | 147 | 172 | 0 | 60 | 47 | 26 | 534 | 57 | 73 |
| Binary | 11001000 | 1100111 | 1111010 | 0 | 110000 | 100111 | 10110 | 101011100 | 101111 | 111011 |
Color Harmonies of #C8677A
Complementary color
Monochromatic Colors of #C8677A
Black with #C8677A
Text Example
Text Example
White with #C8677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8677A; }
p { color: rgb(200,103,122); }
H1.HeaderClassName
{
color: #C8677A;
}
.AnyTagClassName
{
color: #C8677A;
}
</style>
background-color css
<style>
a { background-color: #C8677A; }
a { background-color: rgb(200,103,122); }
div.DivClassName
{
background-color: #C8677A;
}
.BgClassName
{
background-color: #C8677A;
}
</style>
border-color css
<style>
span { border-color: #C8677A; }
span { border-color: rgb(200,103,122); }
td.TdClassName
{
border-color: #C8677A;
}
.TagClassName
{
border-color: #C8677A;
}
</style>