Shades of Trinidad #C95327
Tints of Trinidad #C95327
RGB
CMYK
RGB Variations
Color information
#C95327 (or 0xC95327) is known color: Trinidad. HEX triplet: C9, 53 and 27. RGB value is (201,83,39). Sum of RGB (Red+Green+Blue) = 201+83+39=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C95327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95327 is #36ACD8. Grayscale: #717171. Windows color (decimal): -3583193 or 2577353. OLE color: 2577353.
HSL color Cylindrical-coordinate representation of color #C95327: hue angle of 16.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C95327 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 39 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.21 |
| HSL | 16.3º | 0.68% | 0.47% | - |
| HSV(B) | 16.3º | 0.81% | 0.79% | - |
| XYZ | 27.55 | 18.75 | 4.09 | - |
| YUV | 113.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 39 | 0 | 0.59 | 0.81 | 0.21 | 16.3 | 0.68 | 0.47 |
| Hex | C9 | 53 | 27 | 0 | 3B | 51 | 15 | 10 | 44 | 2F |
| Octal | 311 | 123 | 47 | 0 | 73 | 121 | 25 | 20 | 104 | 57 |
| Binary | 11001001 | 1010011 | 100111 | 0 | 111011 | 1010001 | 10101 | 10000 | 1000100 | 101111 |
Color Harmonies of #C95327
Complementary color
Monochromatic Colors of #C95327
Black with #C95327
Text Example
Text Example
White with #C95327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95327; }
p { color: rgb(201,83,39); }
H1.HeaderClassName
{
color: #C95327;
}
.AnyTagClassName
{
color: #C95327;
}
</style>
background-color css
<style>
a { background-color: #C95327; }
a { background-color: rgb(201,83,39); }
div.DivClassName
{
background-color: #C95327;
}
.BgClassName
{
background-color: #C95327;
}
</style>
border-color css
<style>
span { border-color: #C95327; }
span { border-color: rgb(201,83,39); }
td.TdClassName
{
border-color: #C95327;
}
.TagClassName
{
border-color: #C95327;
}
</style>