Shades of Grenadier #C8433C
Tints of Grenadier #C8433C
RGB
CMYK
RGB Variations
Color information
#C8433C (or 0xC8433C) is known color: Grenadier. HEX triplet: C8, 43 and 3C. RGB value is (200,67,60). Sum of RGB (Red+Green+Blue) = 200+67+60=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8433C is #37BCC3. Grayscale: #6A6A6A. Windows color (decimal): -3652804 or 3949512. OLE color: 3949512.
HSL color Cylindrical-coordinate representation of color #C8433C: hue angle of 3º 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 #C8433C is Cyan = 0, Magento = 0.66, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 60 | - |
| CMYK | 0 | 0.66 | 0.7 | 0.22 |
| HSL | 3º | 0.56% | 0.51% | - |
| HSV(B) | 3º | 0.7% | 0.78% | - |
| XYZ | 26.64 | 16.62 | 6.08 | - |
| YUV | 105.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 60 | 0 | 0.66 | 0.7 | 0.22 | 3 | 0.56 | 0.51 |
| Hex | C8 | 43 | 3C | 0 | 42 | 46 | 16 | 3 | 38 | 33 |
| Octal | 310 | 103 | 74 | 0 | 102 | 106 | 26 | 3 | 70 | 63 |
| Binary | 11001000 | 1000011 | 111100 | 0 | 1000010 | 1000110 | 10110 | 11 | 111000 | 110011 |
Color Harmonies of #C8433C
Complementary color
Monochromatic Colors of #C8433C
Black with #C8433C
Text Example
Text Example
White with #C8433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8433C; }
p { color: rgb(200,67,60); }
H1.HeaderClassName
{
color: #C8433C;
}
.AnyTagClassName
{
color: #C8433C;
}
</style>
background-color css
<style>
a { background-color: #C8433C; }
a { background-color: rgb(200,67,60); }
div.DivClassName
{
background-color: #C8433C;
}
.BgClassName
{
background-color: #C8433C;
}
</style>
border-color css
<style>
span { border-color: #C8433C; }
span { border-color: rgb(200,67,60); }
td.TdClassName
{
border-color: #C8433C;
}
.TagClassName
{
border-color: #C8433C;
}
</style>