Shades of Trinidad #CE5326
Tints of Trinidad #CE5326
RGB
CMYK
RGB Variations
Color information
#CE5326 (or 0xCE5326) is known color: Trinidad. HEX triplet: CE, 53 and 26. RGB value is (206,83,38). Sum of RGB (Red+Green+Blue) = 206+83+38=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5326 is #31ACD9. Grayscale: #727272. Windows color (decimal): -3255514 or 2511822. OLE color: 2511822.
HSL color Cylindrical-coordinate representation of color #CE5326: hue angle of 16.07º 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 #CE5326 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 38 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.19 |
| HSL | 16.07º | 0.69% | 0.48% | - |
| HSV(B) | 16.07º | 0.82% | 0.81% | - |
| XYZ | 28.9 | 19.45 | 4.06 | - |
| YUV | 114.65 | 84.75 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 38 | 0 | 0.60 | 0.82 | 0.19 | 16.07 | 0.69 | 0.48 |
| Hex | CE | 53 | 26 | 0 | 3C | 52 | 13 | 10 | 45 | 30 |
| Octal | 316 | 123 | 46 | 0 | 74 | 122 | 23 | 20 | 105 | 60 |
| Binary | 11001110 | 1010011 | 100110 | 0 | 111100 | 1010010 | 10011 | 10000 | 1000101 | 110000 |
Color Harmonies of #CE5326
Complementary color
Monochromatic Colors of #CE5326
Black with #CE5326
Text Example
Text Example
White with #CE5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5326; }
p { color: rgb(206,83,38); }
H1.HeaderClassName
{
color: #CE5326;
}
.AnyTagClassName
{
color: #CE5326;
}
</style>
background-color css
<style>
a { background-color: #CE5326; }
a { background-color: rgb(206,83,38); }
div.DivClassName
{
background-color: #CE5326;
}
.BgClassName
{
background-color: #CE5326;
}
</style>
border-color css
<style>
span { border-color: #CE5326; }
span { border-color: rgb(206,83,38); }
td.TdClassName
{
border-color: #CE5326;
}
.TagClassName
{
border-color: #CE5326;
}
</style>