Shades of Trinidad #C05027
Tints of Trinidad #C05027
RGB
CMYK
RGB Variations
Color information
#C05027 (or 0xC05027) is known color: Trinidad. HEX triplet: C0, 50 and 27. RGB value is (192,80,39). Sum of RGB (Red+Green+Blue) = 192+80+39=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C05027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05027 is #3FAFD8. Grayscale: #6D6D6D. Windows color (decimal): -4173785 or 2576576. OLE color: 2576576.
HSL color Cylindrical-coordinate representation of color #C05027: hue angle of 16.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C05027 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 39 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.25 |
| HSL | 16.08º | 0.66% | 0.45% | - |
| HSV(B) | 16.08º | 0.8% | 0.75% | - |
| XYZ | 24.97 | 17.09 | 3.9 | - |
| YUV | 108.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 39 | 0 | 0.58 | 0.80 | 0.25 | 16.08 | 0.66 | 0.45 |
| Hex | C0 | 50 | 27 | 0 | 3A | 50 | 19 | 10 | 42 | 2D |
| Octal | 300 | 120 | 47 | 0 | 72 | 120 | 31 | 20 | 102 | 55 |
| Binary | 11000000 | 1010000 | 100111 | 0 | 111010 | 1010000 | 11001 | 10000 | 1000010 | 101101 |
Color Harmonies of #C05027
Complementary color
Monochromatic Colors of #C05027
Black with #C05027
Text Example
Text Example
White with #C05027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05027; }
p { color: rgb(192,80,39); }
H1.HeaderClassName
{
color: #C05027;
}
.AnyTagClassName
{
color: #C05027;
}
</style>
background-color css
<style>
a { background-color: #C05027; }
a { background-color: rgb(192,80,39); }
div.DivClassName
{
background-color: #C05027;
}
.BgClassName
{
background-color: #C05027;
}
</style>
border-color css
<style>
span { border-color: #C05027; }
span { border-color: rgb(192,80,39); }
td.TdClassName
{
border-color: #C05027;
}
.TagClassName
{
border-color: #C05027;
}
</style>