Shades of Trinidad #CE5226
Tints of Trinidad #CE5226
RGB
CMYK
RGB Variations
Color information
#CE5226 (or 0xCE5226) is known color: Trinidad. HEX triplet: CE, 52 and 26. RGB value is (206,82,38). Sum of RGB (Red+Green+Blue) = 206+82+38=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5226 is #31ADD9. Grayscale: #727272. Windows color (decimal): -3255770 or 2511566. OLE color: 2511566.
HSL color Cylindrical-coordinate representation of color #CE5226: hue angle of 15.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE5226 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 38 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.19 |
| HSL | 15.71º | 0.69% | 0.48% | - |
| HSV(B) | 15.71º | 0.82% | 0.81% | - |
| XYZ | 28.82 | 19.3 | 4.04 | - |
| YUV | 114.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 38 | 0 | 0.60 | 0.82 | 0.19 | 15.71 | 0.69 | 0.48 |
| Hex | CE | 52 | 26 | 0 | 3C | 52 | 13 | 10 | 45 | 30 |
| Octal | 316 | 122 | 46 | 0 | 74 | 122 | 23 | 20 | 105 | 60 |
| Binary | 11001110 | 1010010 | 100110 | 0 | 111100 | 1010010 | 10011 | 10000 | 1000101 | 110000 |
Color Harmonies of #CE5226
Complementary color
Monochromatic Colors of #CE5226
Black with #CE5226
Text Example
Text Example
White with #CE5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5226; }
p { color: rgb(206,82,38); }
H1.HeaderClassName
{
color: #CE5226;
}
.AnyTagClassName
{
color: #CE5226;
}
</style>
background-color css
<style>
a { background-color: #CE5226; }
a { background-color: rgb(206,82,38); }
div.DivClassName
{
background-color: #CE5226;
}
.BgClassName
{
background-color: #CE5226;
}
</style>
border-color css
<style>
span { border-color: #CE5226; }
span { border-color: rgb(206,82,38); }
td.TdClassName
{
border-color: #CE5226;
}
.TagClassName
{
border-color: #CE5226;
}
</style>