Shades of Trinidad #C94629
Tints of Trinidad #C94629
RGB
CMYK
RGB Variations
Color information
#C94629 (or 0xC94629) is known color: Trinidad. HEX triplet: C9, 46 and 29. RGB value is (201,70,41). Sum of RGB (Red+Green+Blue) = 201+70+41=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C94629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94629 is #36B9D6. Grayscale: #6A6A6A. Windows color (decimal): -3586519 or 2705097. OLE color: 2705097.
HSL color Cylindrical-coordinate representation of color #C94629: hue angle of 10.88º degrees, saturation: 0.66, 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 #C94629 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 41 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.21 |
| HSL | 10.88º | 0.66% | 0.47% | - |
| HSV(B) | 10.88º | 0.8% | 0.79% | - |
| XYZ | 26.68 | 16.96 | 3.96 | - |
| YUV | 105.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 41 | 0 | 0.65 | 0.80 | 0.21 | 10.88 | 0.66 | 0.47 |
| Hex | C9 | 46 | 29 | 0 | 41 | 50 | 15 | B | 42 | 2F |
| Octal | 311 | 106 | 51 | 0 | 101 | 120 | 25 | 13 | 102 | 57 |
| Binary | 11001001 | 1000110 | 101001 | 0 | 1000001 | 1010000 | 10101 | 1011 | 1000010 | 101111 |
Color Harmonies of #C94629
Complementary color
Monochromatic Colors of #C94629
Black with #C94629
Text Example
Text Example
White with #C94629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94629; }
p { color: rgb(201,70,41); }
H1.HeaderClassName
{
color: #C94629;
}
.AnyTagClassName
{
color: #C94629;
}
</style>
background-color css
<style>
a { background-color: #C94629; }
a { background-color: rgb(201,70,41); }
div.DivClassName
{
background-color: #C94629;
}
.BgClassName
{
background-color: #C94629;
}
</style>
border-color css
<style>
span { border-color: #C94629; }
span { border-color: rgb(201,70,41); }
td.TdClassName
{
border-color: #C94629;
}
.TagClassName
{
border-color: #C94629;
}
</style>