Shades of Trinidad #CE5333
Tints of Trinidad #CE5333
RGB
CMYK
RGB Variations
Color information
#CE5333 (or 0xCE5333) is known color: Trinidad. HEX triplet: CE, 53 and 33. RGB value is (206,83,51). Sum of RGB (Red+Green+Blue) = 206+83+51=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5333 is #31ACCC. Grayscale: #747474. Windows color (decimal): -3255501 or 3363790. OLE color: 3363790.
HSL color Cylindrical-coordinate representation of color #CE5333: hue angle of 12.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE5333 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 51 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.19 |
| HSL | 12.39º | 0.61% | 0.5% | - |
| HSV(B) | 12.39º | 0.75% | 0.81% | - |
| XYZ | 29.14 | 19.55 | 5.37 | - |
| YUV | 116.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 51 | 0 | 0.60 | 0.75 | 0.19 | 12.39 | 0.61 | 0.5 |
| Hex | CE | 53 | 33 | 0 | 3C | 4B | 13 | C | 3D | 32 |
| Octal | 316 | 123 | 63 | 0 | 74 | 113 | 23 | 14 | 75 | 62 |
| Binary | 11001110 | 1010011 | 110011 | 0 | 111100 | 1001011 | 10011 | 1100 | 111101 | 110010 |
Color Harmonies of #CE5333
Complementary color
Monochromatic Colors of #CE5333
Black with #CE5333
Text Example
Text Example
White with #CE5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5333; }
p { color: rgb(206,83,51); }
H1.HeaderClassName
{
color: #CE5333;
}
.AnyTagClassName
{
color: #CE5333;
}
</style>
background-color css
<style>
a { background-color: #CE5333; }
a { background-color: rgb(206,83,51); }
div.DivClassName
{
background-color: #CE5333;
}
.BgClassName
{
background-color: #CE5333;
}
</style>
border-color css
<style>
span { border-color: #CE5333; }
span { border-color: rgb(206,83,51); }
td.TdClassName
{
border-color: #CE5333;
}
.TagClassName
{
border-color: #CE5333;
}
</style>