Shades of Grenadier #CA433C
Tints of Grenadier #CA433C
RGB
CMYK
RGB Variations
Color information
#CA433C (or 0xCA433C) is known color: Grenadier. HEX triplet: CA, 43 and 3C. RGB value is (202,67,60). Sum of RGB (Red+Green+Blue) = 202+67+60=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA433C is #35BCC3. Grayscale: #6A6A6A. Windows color (decimal): -3521732 or 3949514. OLE color: 3949514.
HSL color Cylindrical-coordinate representation of color #CA433C: hue angle of 2.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA433C is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 60 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.21 |
| HSL | 2.96º | 0.57% | 0.51% | - |
| HSV(B) | 2.96º | 0.7% | 0.79% | - |
| XYZ | 27.18 | 16.9 | 6.1 | - |
| YUV | 106.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 60 | 0 | 0.67 | 0.70 | 0.21 | 2.96 | 0.57 | 0.51 |
| Hex | CA | 43 | 3C | 0 | 43 | 46 | 15 | 3 | 39 | 33 |
| Octal | 312 | 103 | 74 | 0 | 103 | 106 | 25 | 3 | 71 | 63 |
| Binary | 11001010 | 1000011 | 111100 | 0 | 1000011 | 1000110 | 10101 | 11 | 111001 | 110011 |
Color Harmonies of #CA433C
Complementary color
Monochromatic Colors of #CA433C
Black with #CA433C
Text Example
Text Example
White with #CA433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA433C; }
p { color: rgb(202,67,60); }
H1.HeaderClassName
{
color: #CA433C;
}
.AnyTagClassName
{
color: #CA433C;
}
</style>
background-color css
<style>
a { background-color: #CA433C; }
a { background-color: rgb(202,67,60); }
div.DivClassName
{
background-color: #CA433C;
}
.BgClassName
{
background-color: #CA433C;
}
</style>
border-color css
<style>
span { border-color: #CA433C; }
span { border-color: rgb(202,67,60); }
td.TdClassName
{
border-color: #CA433C;
}
.TagClassName
{
border-color: #CA433C;
}
</style>