Shades of Trinidad #CE4833
Tints of Trinidad #CE4833
RGB
CMYK
RGB Variations
Color information
#CE4833 (or 0xCE4833) is known color: Trinidad. HEX triplet: CE, 48 and 33. RGB value is (206,72,51). Sum of RGB (Red+Green+Blue) = 206+72+51=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4833 is #31B7CC. Grayscale: #6D6D6D. Windows color (decimal): -3258317 or 3360974. OLE color: 3360974.
HSL color Cylindrical-coordinate representation of color #CE4833: hue angle of 8.13º 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 #CE4833 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 51 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.19 |
| HSL | 8.13º | 0.61% | 0.5% | - |
| HSV(B) | 8.13º | 0.75% | 0.81% | - |
| XYZ | 28.37 | 18 | 5.11 | - |
| YUV | 109.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 51 | 0 | 0.65 | 0.75 | 0.19 | 8.13 | 0.61 | 0.5 |
| Hex | CE | 48 | 33 | 0 | 41 | 4B | 13 | 8 | 3D | 32 |
| Octal | 316 | 110 | 63 | 0 | 101 | 113 | 23 | 10 | 75 | 62 |
| Binary | 11001110 | 1001000 | 110011 | 0 | 1000001 | 1001011 | 10011 | 1000 | 111101 | 110010 |
Color Harmonies of #CE4833
Complementary color
Monochromatic Colors of #CE4833
Black with #CE4833
Text Example
Text Example
White with #CE4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4833; }
p { color: rgb(206,72,51); }
H1.HeaderClassName
{
color: #CE4833;
}
.AnyTagClassName
{
color: #CE4833;
}
</style>
background-color css
<style>
a { background-color: #CE4833; }
a { background-color: rgb(206,72,51); }
div.DivClassName
{
background-color: #CE4833;
}
.BgClassName
{
background-color: #CE4833;
}
</style>
border-color css
<style>
span { border-color: #CE4833; }
span { border-color: rgb(206,72,51); }
td.TdClassName
{
border-color: #CE4833;
}
.TagClassName
{
border-color: #CE4833;
}
</style>