Shades of Grenadier #C8423C
Tints of Grenadier #C8423C
RGB
CMYK
RGB Variations
Color information
#C8423C (or 0xC8423C) is known color: Grenadier. HEX triplet: C8, 42 and 3C. RGB value is (200,66,60). Sum of RGB (Red+Green+Blue) = 200+66+60=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8423C is #37BDC3. Grayscale: #696969. Windows color (decimal): -3653060 or 3949256. OLE color: 3949256.
HSL color Cylindrical-coordinate representation of color #C8423C: hue angle of 2.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8423C is Cyan = 0, Magento = 0.67, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 60 | - |
| CMYK | 0 | 0.67 | 0.7 | 0.22 |
| HSL | 2.57º | 0.56% | 0.51% | - |
| HSV(B) | 2.57º | 0.7% | 0.78% | - |
| XYZ | 26.58 | 16.5 | 6.06 | - |
| YUV | 105.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 60 | 0 | 0.67 | 0.7 | 0.22 | 2.57 | 0.56 | 0.51 |
| Hex | C8 | 42 | 3C | 0 | 43 | 46 | 16 | 3 | 38 | 33 |
| Octal | 310 | 102 | 74 | 0 | 103 | 106 | 26 | 3 | 70 | 63 |
| Binary | 11001000 | 1000010 | 111100 | 0 | 1000011 | 1000110 | 10110 | 11 | 111000 | 110011 |
Color Harmonies of #C8423C
Complementary color
Monochromatic Colors of #C8423C
Black with #C8423C
Text Example
Text Example
White with #C8423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8423C; }
p { color: rgb(200,66,60); }
H1.HeaderClassName
{
color: #C8423C;
}
.AnyTagClassName
{
color: #C8423C;
}
</style>
background-color css
<style>
a { background-color: #C8423C; }
a { background-color: rgb(200,66,60); }
div.DivClassName
{
background-color: #C8423C;
}
.BgClassName
{
background-color: #C8423C;
}
</style>
border-color css
<style>
span { border-color: #C8423C; }
span { border-color: rgb(200,66,60); }
td.TdClassName
{
border-color: #C8423C;
}
.TagClassName
{
border-color: #C8423C;
}
</style>