Shades of Trinidad #C15321
Tints of Trinidad #C15321
RGB
CMYK
RGB Variations
Color information
#C15321 (or 0xC15321) is known color: Trinidad. HEX triplet: C1, 53 and 21. RGB value is (193,83,33). Sum of RGB (Red+Green+Blue) = 193+83+33=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C15321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15321 is #3EACDE. Grayscale: #6E6E6E. Windows color (decimal): -4107487 or 2184129. OLE color: 2184129.
HSL color Cylindrical-coordinate representation of color #C15321: hue angle of 18.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C15321 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 33 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.24 |
| HSL | 18.75º | 0.71% | 0.44% | - |
| HSV(B) | 18.75º | 0.83% | 0.76% | - |
| XYZ | 25.36 | 17.63 | 3.51 | - |
| YUV | 110.19 | 84.44 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 33 | 0 | 0.57 | 0.83 | 0.24 | 18.75 | 0.71 | 0.44 |
| Hex | C1 | 53 | 21 | 0 | 39 | 53 | 18 | 13 | 47 | 2C |
| Octal | 301 | 123 | 41 | 0 | 71 | 123 | 30 | 23 | 107 | 54 |
| Binary | 11000001 | 1010011 | 100001 | 0 | 111001 | 1010011 | 11000 | 10011 | 1000111 | 101100 |
Color Harmonies of #C15321
Complementary color
Monochromatic Colors of #C15321
Black with #C15321
Text Example
Text Example
White with #C15321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15321; }
p { color: rgb(193,83,33); }
H1.HeaderClassName
{
color: #C15321;
}
.AnyTagClassName
{
color: #C15321;
}
</style>
background-color css
<style>
a { background-color: #C15321; }
a { background-color: rgb(193,83,33); }
div.DivClassName
{
background-color: #C15321;
}
.BgClassName
{
background-color: #C15321;
}
</style>
border-color css
<style>
span { border-color: #C15321; }
span { border-color: rgb(193,83,33); }
td.TdClassName
{
border-color: #C15321;
}
.TagClassName
{
border-color: #C15321;
}
</style>