Shades of Trinidad #C95428
Tints of Trinidad #C95428
RGB
CMYK
RGB Variations
Color information
#C95428 (or 0xC95428) is known color: Trinidad. HEX triplet: C9, 54 and 28. RGB value is (201,84,40). Sum of RGB (Red+Green+Blue) = 201+84+40=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C95428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95428 is #36ABD7. Grayscale: #727272. Windows color (decimal): -3582936 or 2643145. OLE color: 2643145.
HSL color Cylindrical-coordinate representation of color #C95428: hue angle of 16.4º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C95428 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 40 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.21 |
| HSL | 16.4º | 0.67% | 0.47% | - |
| HSV(B) | 16.4º | 0.8% | 0.79% | - |
| XYZ | 27.64 | 18.91 | 4.2 | - |
| YUV | 113.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 40 | 0 | 0.58 | 0.80 | 0.21 | 16.4 | 0.67 | 0.47 |
| Hex | C9 | 54 | 28 | 0 | 3A | 50 | 15 | 10 | 43 | 2F |
| Octal | 311 | 124 | 50 | 0 | 72 | 120 | 25 | 20 | 103 | 57 |
| Binary | 11001001 | 1010100 | 101000 | 0 | 111010 | 1010000 | 10101 | 10000 | 1000011 | 101111 |
Color Harmonies of #C95428
Complementary color
Monochromatic Colors of #C95428
Black with #C95428
Text Example
Text Example
White with #C95428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95428; }
p { color: rgb(201,84,40); }
H1.HeaderClassName
{
color: #C95428;
}
.AnyTagClassName
{
color: #C95428;
}
</style>
background-color css
<style>
a { background-color: #C95428; }
a { background-color: rgb(201,84,40); }
div.DivClassName
{
background-color: #C95428;
}
.BgClassName
{
background-color: #C95428;
}
</style>
border-color css
<style>
span { border-color: #C95428; }
span { border-color: rgb(201,84,40); }
td.TdClassName
{
border-color: #C95428;
}
.TagClassName
{
border-color: #C95428;
}
</style>