Shades of Trinidad #C04A28
Tints of Trinidad #C04A28
RGB
CMYK
RGB Variations
Color information
#C04A28 (or 0xC04A28) is known color: Trinidad. HEX triplet: C0, 4A and 28. RGB value is (192,74,40). Sum of RGB (Red+Green+Blue) = 192+74+40=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A28 is #3FB5D7. Grayscale: #696969. Windows color (decimal): -4175320 or 2640576. OLE color: 2640576.
HSL color Cylindrical-coordinate representation of color #C04A28: hue angle of 13.42º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C04A28 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 40 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.25 |
| HSL | 13.42º | 0.66% | 0.45% | - |
| HSV(B) | 13.42º | 0.79% | 0.75% | - |
| XYZ | 24.57 | 16.26 | 3.85 | - |
| YUV | 105.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 40 | 0 | 0.61 | 0.79 | 0.25 | 13.42 | 0.66 | 0.45 |
| Hex | C0 | 4A | 28 | 0 | 3D | 4F | 19 | D | 42 | 2D |
| Octal | 300 | 112 | 50 | 0 | 75 | 117 | 31 | 15 | 102 | 55 |
| Binary | 11000000 | 1001010 | 101000 | 0 | 111101 | 1001111 | 11001 | 1101 | 1000010 | 101101 |
Color Harmonies of #C04A28
Complementary color
Monochromatic Colors of #C04A28
Black with #C04A28
Text Example
Text Example
White with #C04A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A28; }
p { color: rgb(192,74,40); }
H1.HeaderClassName
{
color: #C04A28;
}
.AnyTagClassName
{
color: #C04A28;
}
</style>
background-color css
<style>
a { background-color: #C04A28; }
a { background-color: rgb(192,74,40); }
div.DivClassName
{
background-color: #C04A28;
}
.BgClassName
{
background-color: #C04A28;
}
</style>
border-color css
<style>
span { border-color: #C04A28; }
span { border-color: rgb(192,74,40); }
td.TdClassName
{
border-color: #C04A28;
}
.TagClassName
{
border-color: #C04A28;
}
</style>