Shades of Trinidad #C65028
Tints of Trinidad #C65028
RGB
CMYK
RGB Variations
Color information
#C65028 (or 0xC65028) is known color: Trinidad. HEX triplet: C6, 50 and 28. RGB value is (198,80,40). Sum of RGB (Red+Green+Blue) = 198+80+40=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C65028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65028 is #39AFD7. Grayscale: #6F6F6F. Windows color (decimal): -3780568 or 2642118. OLE color: 2642118.
HSL color Cylindrical-coordinate representation of color #C65028: hue angle of 15.19º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C65028 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 40 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.22 |
| HSL | 15.19º | 0.66% | 0.47% | - |
| HSV(B) | 15.19º | 0.8% | 0.78% | - |
| XYZ | 26.54 | 17.9 | 4.06 | - |
| YUV | 110.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 40 | 0 | 0.60 | 0.80 | 0.22 | 15.19 | 0.66 | 0.47 |
| Hex | C6 | 50 | 28 | 0 | 3C | 50 | 16 | F | 42 | 2F |
| Octal | 306 | 120 | 50 | 0 | 74 | 120 | 26 | 17 | 102 | 57 |
| Binary | 11000110 | 1010000 | 101000 | 0 | 111100 | 1010000 | 10110 | 1111 | 1000010 | 101111 |
Color Harmonies of #C65028
Complementary color
Monochromatic Colors of #C65028
Black with #C65028
Text Example
Text Example
White with #C65028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65028; }
p { color: rgb(198,80,40); }
H1.HeaderClassName
{
color: #C65028;
}
.AnyTagClassName
{
color: #C65028;
}
</style>
background-color css
<style>
a { background-color: #C65028; }
a { background-color: rgb(198,80,40); }
div.DivClassName
{
background-color: #C65028;
}
.BgClassName
{
background-color: #C65028;
}
</style>
border-color css
<style>
span { border-color: #C65028; }
span { border-color: rgb(198,80,40); }
td.TdClassName
{
border-color: #C65028;
}
.TagClassName
{
border-color: #C65028;
}
</style>