Shades of Trinidad #C95323
Tints of Trinidad #C95323
RGB
CMYK
RGB Variations
Color information
#C95323 (or 0xC95323) is known color: Trinidad. HEX triplet: C9, 53 and 23. RGB value is (201,83,35). Sum of RGB (Red+Green+Blue) = 201+83+35=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C95323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95323 is #36ACDC. Grayscale: #717171. Windows color (decimal): -3583197 or 2315209. OLE color: 2315209.
HSL color Cylindrical-coordinate representation of color #C95323: hue angle of 17.35º degrees, saturation: 0.7, 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 #C95323 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 35 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.21 |
| HSL | 17.35º | 0.7% | 0.46% | - |
| HSV(B) | 17.35º | 0.83% | 0.79% | - |
| XYZ | 27.48 | 18.73 | 3.76 | - |
| YUV | 112.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 35 | 0 | 0.59 | 0.83 | 0.21 | 17.35 | 0.7 | 0.46 |
| Hex | C9 | 53 | 23 | 0 | 3B | 53 | 15 | 11 | 46 | 2E |
| Octal | 311 | 123 | 43 | 0 | 73 | 123 | 25 | 21 | 106 | 56 |
| Binary | 11001001 | 1010011 | 100011 | 0 | 111011 | 1010011 | 10101 | 10001 | 1000110 | 101110 |
Color Harmonies of #C95323
Complementary color
Monochromatic Colors of #C95323
Black with #C95323
Text Example
Text Example
White with #C95323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95323; }
p { color: rgb(201,83,35); }
H1.HeaderClassName
{
color: #C95323;
}
.AnyTagClassName
{
color: #C95323;
}
</style>
background-color css
<style>
a { background-color: #C95323; }
a { background-color: rgb(201,83,35); }
div.DivClassName
{
background-color: #C95323;
}
.BgClassName
{
background-color: #C95323;
}
</style>
border-color css
<style>
span { border-color: #C95323; }
span { border-color: rgb(201,83,35); }
td.TdClassName
{
border-color: #C95323;
}
.TagClassName
{
border-color: #C95323;
}
</style>