Shades of Trinidad #C95221
Tints of Trinidad #C95221
RGB
CMYK
RGB Variations
Color information
#C95221 (or 0xC95221) is known color: Trinidad. HEX triplet: C9, 52 and 21. RGB value is (201,82,33). Sum of RGB (Red+Green+Blue) = 201+82+33=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C95221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95221 is #36ADDE. Grayscale: #707070. Windows color (decimal): -3583455 or 2183881. OLE color: 2183881.
HSL color Cylindrical-coordinate representation of color #C95221: hue angle of 17.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C95221 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 33 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.21 |
| HSL | 17.5º | 0.72% | 0.46% | - |
| HSV(B) | 17.5º | 0.84% | 0.79% | - |
| XYZ | 27.38 | 18.56 | 3.58 | - |
| YUV | 112 | 83.42 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 33 | 0 | 0.59 | 0.84 | 0.21 | 17.5 | 0.72 | 0.46 |
| Hex | C9 | 52 | 21 | 0 | 3B | 54 | 15 | 12 | 48 | 2E |
| Octal | 311 | 122 | 41 | 0 | 73 | 124 | 25 | 22 | 110 | 56 |
| Binary | 11001001 | 1010010 | 100001 | 0 | 111011 | 1010100 | 10101 | 10010 | 1001000 | 101110 |
Color Harmonies of #C95221
Complementary color
Monochromatic Colors of #C95221
Black with #C95221
Text Example
Text Example
White with #C95221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95221; }
p { color: rgb(201,82,33); }
H1.HeaderClassName
{
color: #C95221;
}
.AnyTagClassName
{
color: #C95221;
}
</style>
background-color css
<style>
a { background-color: #C95221; }
a { background-color: rgb(201,82,33); }
div.DivClassName
{
background-color: #C95221;
}
.BgClassName
{
background-color: #C95221;
}
</style>
border-color css
<style>
span { border-color: #C95221; }
span { border-color: rgb(201,82,33); }
td.TdClassName
{
border-color: #C95221;
}
.TagClassName
{
border-color: #C95221;
}
</style>