Shades of Trinidad #C55233
Tints of Trinidad #C55233
RGB
CMYK
RGB Variations
Color information
#C55233 (or 0xC55233) is known color: Trinidad. HEX triplet: C5, 52 and 33. RGB value is (197,82,51). Sum of RGB (Red+Green+Blue) = 197+82+51=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C55233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55233 is #3AADCC. Grayscale: #717171. Windows color (decimal): -3845581 or 3363525. OLE color: 3363525.
HSL color Cylindrical-coordinate representation of color #C55233: hue angle of 12.74º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C55233 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 51 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.23 |
| HSL | 12.74º | 0.59% | 0.49% | - |
| HSV(B) | 12.74º | 0.74% | 0.77% | - |
| XYZ | 26.64 | 18.14 | 5.23 | - |
| YUV | 112.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 51 | 0 | 0.58 | 0.74 | 0.23 | 12.74 | 0.59 | 0.49 |
| Hex | C5 | 52 | 33 | 0 | 3A | 4A | 17 | D | 3B | 31 |
| Octal | 305 | 122 | 63 | 0 | 72 | 112 | 27 | 15 | 73 | 61 |
| Binary | 11000101 | 1010010 | 110011 | 0 | 111010 | 1001010 | 10111 | 1101 | 111011 | 110001 |
Color Harmonies of #C55233
Complementary color
Monochromatic Colors of #C55233
Black with #C55233
Text Example
Text Example
White with #C55233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55233; }
p { color: rgb(197,82,51); }
H1.HeaderClassName
{
color: #C55233;
}
.AnyTagClassName
{
color: #C55233;
}
</style>
background-color css
<style>
a { background-color: #C55233; }
a { background-color: rgb(197,82,51); }
div.DivClassName
{
background-color: #C55233;
}
.BgClassName
{
background-color: #C55233;
}
</style>
border-color css
<style>
span { border-color: #C55233; }
span { border-color: rgb(197,82,51); }
td.TdClassName
{
border-color: #C55233;
}
.TagClassName
{
border-color: #C55233;
}
</style>