Shades of Trinidad #CE5331
Tints of Trinidad #CE5331
RGB
CMYK
RGB Variations
Color information
#CE5331 (or 0xCE5331) is known color: Trinidad. HEX triplet: CE, 53 and 31. RGB value is (206,83,49). Sum of RGB (Red+Green+Blue) = 206+83+49=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5331 is #31ACCE. Grayscale: #747474. Windows color (decimal): -3255503 or 3232718. OLE color: 3232718.
HSL color Cylindrical-coordinate representation of color #CE5331: hue angle of 12.99º degrees, saturation: 0.62, 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 #CE5331 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 49 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.19 |
| HSL | 12.99º | 0.62% | 0.5% | - |
| HSV(B) | 12.99º | 0.76% | 0.81% | - |
| XYZ | 29.1 | 19.53 | 5.14 | - |
| YUV | 115.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 49 | 0 | 0.60 | 0.76 | 0.19 | 12.99 | 0.62 | 0.5 |
| Hex | CE | 53 | 31 | 0 | 3C | 4C | 13 | D | 3E | 32 |
| Octal | 316 | 123 | 61 | 0 | 74 | 114 | 23 | 15 | 76 | 62 |
| Binary | 11001110 | 1010011 | 110001 | 0 | 111100 | 1001100 | 10011 | 1101 | 111110 | 110010 |
Color Harmonies of #CE5331
Complementary color
Monochromatic Colors of #CE5331
Black with #CE5331
Text Example
Text Example
White with #CE5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5331; }
p { color: rgb(206,83,49); }
H1.HeaderClassName
{
color: #CE5331;
}
.AnyTagClassName
{
color: #CE5331;
}
</style>
background-color css
<style>
a { background-color: #CE5331; }
a { background-color: rgb(206,83,49); }
div.DivClassName
{
background-color: #CE5331;
}
.BgClassName
{
background-color: #CE5331;
}
</style>
border-color css
<style>
span { border-color: #CE5331; }
span { border-color: rgb(206,83,49); }
td.TdClassName
{
border-color: #CE5331;
}
.TagClassName
{
border-color: #CE5331;
}
</style>