Shades of Trinidad #C5531C
Tints of Trinidad #C5531C
RGB
CMYK
RGB Variations
Color information
#C5531C (or 0xC5531C) is known color: Trinidad. HEX triplet: C5, 53 and 1C. RGB value is (197,83,28). Sum of RGB (Red+Green+Blue) = 197+83+28=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5531C is #3AACE3. Grayscale: #6F6F6F. Windows color (decimal): -3845348 or 1856453. OLE color: 1856453.
HSL color Cylindrical-coordinate representation of color #C5531C: hue angle of 19.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5531C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.23 |
| HSL | 19.53º | 0.75% | 0.44% | - |
| HSV(B) | 19.53º | 0.86% | 0.77% | - |
| XYZ | 26.33 | 18.14 | 3.21 | - |
| YUV | 110.82 | 81.27 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 28 | 0 | 0.58 | 0.86 | 0.23 | 19.53 | 0.75 | 0.44 |
| Hex | C5 | 53 | 1C | 0 | 3A | 56 | 17 | 14 | 4B | 2C |
| Octal | 305 | 123 | 34 | 0 | 72 | 126 | 27 | 24 | 113 | 54 |
| Binary | 11000101 | 1010011 | 11100 | 0 | 111010 | 1010110 | 10111 | 10100 | 1001011 | 101100 |
Color Harmonies of #C5531C
Complementary color
Monochromatic Colors of #C5531C
Black with #C5531C
Text Example
Text Example
White with #C5531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5531C; }
p { color: rgb(197,83,28); }
H1.HeaderClassName
{
color: #C5531C;
}
.AnyTagClassName
{
color: #C5531C;
}
</style>
background-color css
<style>
a { background-color: #C5531C; }
a { background-color: rgb(197,83,28); }
div.DivClassName
{
background-color: #C5531C;
}
.BgClassName
{
background-color: #C5531C;
}
</style>
border-color css
<style>
span { border-color: #C5531C; }
span { border-color: rgb(197,83,28); }
td.TdClassName
{
border-color: #C5531C;
}
.TagClassName
{
border-color: #C5531C;
}
</style>