Shades of Trinidad #CE5236
Tints of Trinidad #CE5236
RGB
CMYK
RGB Variations
Color information
#CE5236 (or 0xCE5236) is known color: Trinidad. HEX triplet: CE, 52 and 36. RGB value is (206,82,54). Sum of RGB (Red+Green+Blue) = 206+82+54=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5236 is #31ADC9. Grayscale: #747474. Windows color (decimal): -3255754 or 3560142. OLE color: 3560142.
HSL color Cylindrical-coordinate representation of color #CE5236: hue angle of 11.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE5236 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 54 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.19 |
| HSL | 11.05º | 0.61% | 0.51% | - |
| HSV(B) | 11.05º | 0.74% | 0.81% | - |
| XYZ | 29.14 | 19.42 | 5.7 | - |
| YUV | 115.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 54 | 0 | 0.60 | 0.74 | 0.19 | 11.05 | 0.61 | 0.51 |
| Hex | CE | 52 | 36 | 0 | 3C | 4A | 13 | B | 3D | 33 |
| Octal | 316 | 122 | 66 | 0 | 74 | 112 | 23 | 13 | 75 | 63 |
| Binary | 11001110 | 1010010 | 110110 | 0 | 111100 | 1001010 | 10011 | 1011 | 111101 | 110011 |
Color Harmonies of #CE5236
Complementary color
Monochromatic Colors of #CE5236
Black with #CE5236
Text Example
Text Example
White with #CE5236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5236; }
p { color: rgb(206,82,54); }
H1.HeaderClassName
{
color: #CE5236;
}
.AnyTagClassName
{
color: #CE5236;
}
</style>
background-color css
<style>
a { background-color: #CE5236; }
a { background-color: rgb(206,82,54); }
div.DivClassName
{
background-color: #CE5236;
}
.BgClassName
{
background-color: #CE5236;
}
</style>
border-color css
<style>
span { border-color: #CE5236; }
span { border-color: rgb(206,82,54); }
td.TdClassName
{
border-color: #CE5236;
}
.TagClassName
{
border-color: #CE5236;
}
</style>