Shades of Mandy #C8676A
Tints of Mandy #C8676A
RGB
CMYK
RGB Variations
Color information
#C8676A (or 0xC8676A) is known color: Mandy. HEX triplet: C8, 67 and 6A. RGB value is (200,103,106). Sum of RGB (Red+Green+Blue) = 200+103+106=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8676A is #379895. Grayscale: #848484. Windows color (decimal): -3643542 or 6973384. OLE color: 6973384.
HSL color Cylindrical-coordinate representation of color #C8676A: hue angle of 358.14º 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 #C8676A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 106 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.22 |
| HSL | 358.14º | 0.47% | 0.59% | - |
| HSV(B) | 358.14º | 0.49% | 0.78% | - |
| XYZ | 31.27 | 23.02 | 16.43 | - |
| YUV | 132.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 106 | 0 | 0.48 | 0.47 | 0.22 | 358.14 | 0.47 | 0.59 |
| Hex | C8 | 67 | 6A | 0 | 30 | 2F | 16 | 166 | 2F | 3B |
| Octal | 310 | 147 | 152 | 0 | 60 | 57 | 26 | 546 | 57 | 73 |
| Binary | 11001000 | 1100111 | 1101010 | 0 | 110000 | 101111 | 10110 | 101100110 | 101111 | 111011 |
Color Harmonies of #C8676A
Complementary color
Monochromatic Colors of #C8676A
Black with #C8676A
Text Example
Text Example
White with #C8676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8676A; }
p { color: rgb(200,103,106); }
H1.HeaderClassName
{
color: #C8676A;
}
.AnyTagClassName
{
color: #C8676A;
}
</style>
background-color css
<style>
a { background-color: #C8676A; }
a { background-color: rgb(200,103,106); }
div.DivClassName
{
background-color: #C8676A;
}
.BgClassName
{
background-color: #C8676A;
}
</style>
border-color css
<style>
span { border-color: #C8676A; }
span { border-color: rgb(200,103,106); }
td.TdClassName
{
border-color: #C8676A;
}
.TagClassName
{
border-color: #C8676A;
}
</style>