Shades of Trinidad #CE5332
Tints of Trinidad #CE5332
RGB
CMYK
RGB Variations
Color information
#CE5332 (or 0xCE5332) is known color: Trinidad. HEX triplet: CE, 53 and 32. RGB value is (206,83,50). Sum of RGB (Red+Green+Blue) = 206+83+50=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5332 is #31ACCD. Grayscale: #747474. Windows color (decimal): -3255502 or 3298254. OLE color: 3298254.
HSL color Cylindrical-coordinate representation of color #CE5332: hue angle of 12.69º 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 #CE5332 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 50 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.19 |
| HSL | 12.69º | 0.61% | 0.5% | - |
| HSV(B) | 12.69º | 0.76% | 0.81% | - |
| XYZ | 29.12 | 19.54 | 5.25 | - |
| YUV | 116.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 50 | 0 | 0.60 | 0.76 | 0.19 | 12.69 | 0.61 | 0.5 |
| Hex | CE | 53 | 32 | 0 | 3C | 4C | 13 | D | 3D | 32 |
| Octal | 316 | 123 | 62 | 0 | 74 | 114 | 23 | 15 | 75 | 62 |
| Binary | 11001110 | 1010011 | 110010 | 0 | 111100 | 1001100 | 10011 | 1101 | 111101 | 110010 |
Color Harmonies of #CE5332
Complementary color
Monochromatic Colors of #CE5332
Black with #CE5332
Text Example
Text Example
White with #CE5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5332; }
p { color: rgb(206,83,50); }
H1.HeaderClassName
{
color: #CE5332;
}
.AnyTagClassName
{
color: #CE5332;
}
</style>
background-color css
<style>
a { background-color: #CE5332; }
a { background-color: rgb(206,83,50); }
div.DivClassName
{
background-color: #CE5332;
}
.BgClassName
{
background-color: #CE5332;
}
</style>
border-color css
<style>
span { border-color: #CE5332; }
span { border-color: rgb(206,83,50); }
td.TdClassName
{
border-color: #CE5332;
}
.TagClassName
{
border-color: #CE5332;
}
</style>