Shades of Trinidad #C95034
Tints of Trinidad #C95034
RGB
CMYK
RGB Variations
Color information
#C95034 (or 0xC95034) is known color: Trinidad. HEX triplet: C9, 50 and 34. RGB value is (201,80,52). Sum of RGB (Red+Green+Blue) = 201+80+52=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C95034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95034 is #36AFCB. Grayscale: #717171. Windows color (decimal): -3583948 or 3428553. OLE color: 3428553.
HSL color Cylindrical-coordinate representation of color #C95034: hue angle of 11.28º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C95034 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 52 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.21 |
| HSL | 11.28º | 0.59% | 0.5% | - |
| HSV(B) | 11.28º | 0.74% | 0.79% | - |
| XYZ | 27.58 | 18.4 | 5.35 | - |
| YUV | 112.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 52 | 0 | 0.60 | 0.74 | 0.21 | 11.28 | 0.59 | 0.5 |
| Hex | C9 | 50 | 34 | 0 | 3C | 4A | 15 | B | 3B | 32 |
| Octal | 311 | 120 | 64 | 0 | 74 | 112 | 25 | 13 | 73 | 62 |
| Binary | 11001001 | 1010000 | 110100 | 0 | 111100 | 1001010 | 10101 | 1011 | 111011 | 110010 |
Color Harmonies of #C95034
Complementary color
Monochromatic Colors of #C95034
Black with #C95034
Text Example
Text Example
White with #C95034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95034; }
p { color: rgb(201,80,52); }
H1.HeaderClassName
{
color: #C95034;
}
.AnyTagClassName
{
color: #C95034;
}
</style>
background-color css
<style>
a { background-color: #C95034; }
a { background-color: rgb(201,80,52); }
div.DivClassName
{
background-color: #C95034;
}
.BgClassName
{
background-color: #C95034;
}
</style>
border-color css
<style>
span { border-color: #C95034; }
span { border-color: rgb(201,80,52); }
td.TdClassName
{
border-color: #C95034;
}
.TagClassName
{
border-color: #C95034;
}
</style>