Shades of Trinidad #C94628
Tints of Trinidad #C94628
RGB
CMYK
RGB Variations
Color information
#C94628 (or 0xC94628) is known color: Trinidad. HEX triplet: C9, 46 and 28. RGB value is (201,70,40). Sum of RGB (Red+Green+Blue) = 201+70+40=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C94628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94628 is #36B9D7. Grayscale: #6A6A6A. Windows color (decimal): -3586520 or 2639561. OLE color: 2639561.
HSL color Cylindrical-coordinate representation of color #C94628: hue angle of 11.18º 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 #C94628 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 40 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.21 |
| HSL | 11.18º | 0.67% | 0.47% | - |
| HSV(B) | 11.18º | 0.8% | 0.79% | - |
| XYZ | 26.66 | 16.95 | 3.87 | - |
| YUV | 105.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 40 | 0 | 0.65 | 0.80 | 0.21 | 11.18 | 0.67 | 0.47 |
| Hex | C9 | 46 | 28 | 0 | 41 | 50 | 15 | B | 43 | 2F |
| Octal | 311 | 106 | 50 | 0 | 101 | 120 | 25 | 13 | 103 | 57 |
| Binary | 11001001 | 1000110 | 101000 | 0 | 1000001 | 1010000 | 10101 | 1011 | 1000011 | 101111 |
Color Harmonies of #C94628
Complementary color
Monochromatic Colors of #C94628
Black with #C94628
Text Example
Text Example
White with #C94628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94628; }
p { color: rgb(201,70,40); }
H1.HeaderClassName
{
color: #C94628;
}
.AnyTagClassName
{
color: #C94628;
}
</style>
background-color css
<style>
a { background-color: #C94628; }
a { background-color: rgb(201,70,40); }
div.DivClassName
{
background-color: #C94628;
}
.BgClassName
{
background-color: #C94628;
}
</style>
border-color css
<style>
span { border-color: #C94628; }
span { border-color: rgb(201,70,40); }
td.TdClassName
{
border-color: #C94628;
}
.TagClassName
{
border-color: #C94628;
}
</style>