Shades of Trinidad #C05225
Tints of Trinidad #C05225
RGB
CMYK
RGB Variations
Color information
#C05225 (or 0xC05225) is known color: Trinidad. HEX triplet: C0, 52 and 25. RGB value is (192,82,37). Sum of RGB (Red+Green+Blue) = 192+82+37=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C05225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05225 is #3FADDA. Grayscale: #6E6E6E. Windows color (decimal): -4173275 or 2446016. OLE color: 2446016.
HSL color Cylindrical-coordinate representation of color #C05225: hue angle of 17.42º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C05225 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 37 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.25 |
| HSL | 17.42º | 0.68% | 0.45% | - |
| HSV(B) | 17.42º | 0.81% | 0.75% | - |
| XYZ | 25.09 | 17.37 | 3.78 | - |
| YUV | 109.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 37 | 0 | 0.57 | 0.81 | 0.25 | 17.42 | 0.68 | 0.45 |
| Hex | C0 | 52 | 25 | 0 | 39 | 51 | 19 | 11 | 44 | 2D |
| Octal | 300 | 122 | 45 | 0 | 71 | 121 | 31 | 21 | 104 | 55 |
| Binary | 11000000 | 1010010 | 100101 | 0 | 111001 | 1010001 | 11001 | 10001 | 1000100 | 101101 |
Color Harmonies of #C05225
Complementary color
Monochromatic Colors of #C05225
Black with #C05225
Text Example
Text Example
White with #C05225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05225; }
p { color: rgb(192,82,37); }
H1.HeaderClassName
{
color: #C05225;
}
.AnyTagClassName
{
color: #C05225;
}
</style>
background-color css
<style>
a { background-color: #C05225; }
a { background-color: rgb(192,82,37); }
div.DivClassName
{
background-color: #C05225;
}
.BgClassName
{
background-color: #C05225;
}
</style>
border-color css
<style>
span { border-color: #C05225; }
span { border-color: rgb(192,82,37); }
td.TdClassName
{
border-color: #C05225;
}
.TagClassName
{
border-color: #C05225;
}
</style>