Shades of Trinidad #C95522
Tints of Trinidad #C95522
RGB
CMYK
RGB Variations
Color information
#C95522 (or 0xC95522) is known color: Trinidad. HEX triplet: C9, 55 and 22. RGB value is (201,85,34). Sum of RGB (Red+Green+Blue) = 201+85+34=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C95522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95522 is #36AADD. Grayscale: #727272. Windows color (decimal): -3582686 or 2250185. OLE color: 2250185.
HSL color Cylindrical-coordinate representation of color #C95522: hue angle of 18.32º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C95522 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 34 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.21 |
| HSL | 18.32º | 0.71% | 0.46% | - |
| HSV(B) | 18.32º | 0.83% | 0.79% | - |
| XYZ | 27.62 | 19.03 | 3.73 | - |
| YUV | 113.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 34 | 0 | 0.58 | 0.83 | 0.21 | 18.32 | 0.71 | 0.46 |
| Hex | C9 | 55 | 22 | 0 | 3A | 53 | 15 | 12 | 47 | 2E |
| Octal | 311 | 125 | 42 | 0 | 72 | 123 | 25 | 22 | 107 | 56 |
| Binary | 11001001 | 1010101 | 100010 | 0 | 111010 | 1010011 | 10101 | 10010 | 1000111 | 101110 |
Color Harmonies of #C95522
Complementary color
Monochromatic Colors of #C95522
Black with #C95522
Text Example
Text Example
White with #C95522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95522; }
p { color: rgb(201,85,34); }
H1.HeaderClassName
{
color: #C95522;
}
.AnyTagClassName
{
color: #C95522;
}
</style>
background-color css
<style>
a { background-color: #C95522; }
a { background-color: rgb(201,85,34); }
div.DivClassName
{
background-color: #C95522;
}
.BgClassName
{
background-color: #C95522;
}
</style>
border-color css
<style>
span { border-color: #C95522; }
span { border-color: rgb(201,85,34); }
td.TdClassName
{
border-color: #C95522;
}
.TagClassName
{
border-color: #C95522;
}
</style>