Shades of Trinidad #CE5232
Tints of Trinidad #CE5232
RGB
CMYK
RGB Variations
Color information
#CE5232 (or 0xCE5232) is known color: Trinidad. HEX triplet: CE, 52 and 32. RGB value is (206,82,50). Sum of RGB (Red+Green+Blue) = 206+82+50=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5232 is #31ADCD. Grayscale: #737373. Windows color (decimal): -3255758 or 3297998. OLE color: 3297998.
HSL color Cylindrical-coordinate representation of color #CE5232: hue angle of 12.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE5232 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 50 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.19 |
| HSL | 12.31º | 0.61% | 0.5% | - |
| HSV(B) | 12.31º | 0.76% | 0.81% | - |
| XYZ | 29.05 | 19.39 | 5.23 | - |
| YUV | 115.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 50 | 0 | 0.60 | 0.76 | 0.19 | 12.31 | 0.61 | 0.5 |
| Hex | CE | 52 | 32 | 0 | 3C | 4C | 13 | C | 3D | 32 |
| Octal | 316 | 122 | 62 | 0 | 74 | 114 | 23 | 14 | 75 | 62 |
| Binary | 11001110 | 1010010 | 110010 | 0 | 111100 | 1001100 | 10011 | 1100 | 111101 | 110010 |
Color Harmonies of #CE5232
Complementary color
Monochromatic Colors of #CE5232
Black with #CE5232
Text Example
Text Example
White with #CE5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5232; }
p { color: rgb(206,82,50); }
H1.HeaderClassName
{
color: #CE5232;
}
.AnyTagClassName
{
color: #CE5232;
}
</style>
background-color css
<style>
a { background-color: #CE5232; }
a { background-color: rgb(206,82,50); }
div.DivClassName
{
background-color: #CE5232;
}
.BgClassName
{
background-color: #CE5232;
}
</style>
border-color css
<style>
span { border-color: #CE5232; }
span { border-color: rgb(206,82,50); }
td.TdClassName
{
border-color: #CE5232;
}
.TagClassName
{
border-color: #CE5232;
}
</style>