Shades of Trinidad #C65232
Tints of Trinidad #C65232
RGB
CMYK
RGB Variations
Color information
#C65232 (or 0xC65232) is known color: Trinidad. HEX triplet: C6, 52 and 32. RGB value is (198,82,50). Sum of RGB (Red+Green+Blue) = 198+82+50=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C65232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65232 is #39ADCD. Grayscale: #717171. Windows color (decimal): -3780046 or 3297990. OLE color: 3297990.
HSL color Cylindrical-coordinate representation of color #C65232: hue angle of 12.97º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C65232 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 50 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.22 |
| HSL | 12.97º | 0.6% | 0.49% | - |
| HSV(B) | 12.97º | 0.75% | 0.78% | - |
| XYZ | 26.88 | 18.27 | 5.13 | - |
| YUV | 113.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 50 | 0 | 0.59 | 0.75 | 0.22 | 12.97 | 0.6 | 0.49 |
| Hex | C6 | 52 | 32 | 0 | 3B | 4B | 16 | D | 3C | 31 |
| Octal | 306 | 122 | 62 | 0 | 73 | 113 | 26 | 15 | 74 | 61 |
| Binary | 11000110 | 1010010 | 110010 | 0 | 111011 | 1001011 | 10110 | 1101 | 111100 | 110001 |
Color Harmonies of #C65232
Complementary color
Monochromatic Colors of #C65232
Black with #C65232
Text Example
Text Example
White with #C65232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65232; }
p { color: rgb(198,82,50); }
H1.HeaderClassName
{
color: #C65232;
}
.AnyTagClassName
{
color: #C65232;
}
</style>
background-color css
<style>
a { background-color: #C65232; }
a { background-color: rgb(198,82,50); }
div.DivClassName
{
background-color: #C65232;
}
.BgClassName
{
background-color: #C65232;
}
</style>
border-color css
<style>
span { border-color: #C65232; }
span { border-color: rgb(198,82,50); }
td.TdClassName
{
border-color: #C65232;
}
.TagClassName
{
border-color: #C65232;
}
</style>