Shades of Trinidad #C04C2D
Tints of Trinidad #C04C2D
RGB
CMYK
RGB Variations
Color information
#C04C2D (or 0xC04C2D) is known color: Trinidad. HEX triplet: C0, 4C and 2D. RGB value is (192,76,45). Sum of RGB (Red+Green+Blue) = 192+76+45=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C2D is #3FB3D2. Grayscale: #6B6B6B. Windows color (decimal): -4174803 or 2968768. OLE color: 2968768.
HSL color Cylindrical-coordinate representation of color #C04C2D: hue angle of 12.65º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C04C2D is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 45 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.25 |
| HSL | 12.65º | 0.62% | 0.46% | - |
| HSV(B) | 12.65º | 0.77% | 0.75% | - |
| XYZ | 24.8 | 16.56 | 4.37 | - |
| YUV | 107.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 45 | 0 | 0.60 | 0.77 | 0.25 | 12.65 | 0.62 | 0.46 |
| Hex | C0 | 4C | 2D | 0 | 3C | 4D | 19 | D | 3E | 2E |
| Octal | 300 | 114 | 55 | 0 | 74 | 115 | 31 | 15 | 76 | 56 |
| Binary | 11000000 | 1001100 | 101101 | 0 | 111100 | 1001101 | 11001 | 1101 | 111110 | 101110 |
Color Harmonies of #C04C2D
Complementary color
Monochromatic Colors of #C04C2D
Black with #C04C2D
Text Example
Text Example
White with #C04C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C2D; }
p { color: rgb(192,76,45); }
H1.HeaderClassName
{
color: #C04C2D;
}
.AnyTagClassName
{
color: #C04C2D;
}
</style>
background-color css
<style>
a { background-color: #C04C2D; }
a { background-color: rgb(192,76,45); }
div.DivClassName
{
background-color: #C04C2D;
}
.BgClassName
{
background-color: #C04C2D;
}
</style>
border-color css
<style>
span { border-color: #C04C2D; }
span { border-color: rgb(192,76,45); }
td.TdClassName
{
border-color: #C04C2D;
}
.TagClassName
{
border-color: #C04C2D;
}
</style>