Shades of Trinidad #CE4633
Tints of Trinidad #CE4633
RGB
CMYK
RGB Variations
Color information
#CE4633 (or 0xCE4633) is known color: Trinidad. HEX triplet: CE, 46 and 33. RGB value is (206,70,51). Sum of RGB (Red+Green+Blue) = 206+70+51=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4633 is #31B9CC. Grayscale: #6C6C6C. Windows color (decimal): -3258829 or 3360462. OLE color: 3360462.
HSL color Cylindrical-coordinate representation of color #CE4633: hue angle of 7.35º 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 #CE4633 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 51 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.19 |
| HSL | 7.35º | 0.61% | 0.5% | - |
| HSV(B) | 7.35º | 0.75% | 0.81% | - |
| XYZ | 28.24 | 17.74 | 5.07 | - |
| YUV | 108.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 51 | 0 | 0.66 | 0.75 | 0.19 | 7.35 | 0.61 | 0.5 |
| Hex | CE | 46 | 33 | 0 | 42 | 4B | 13 | 7 | 3D | 32 |
| Octal | 316 | 106 | 63 | 0 | 102 | 113 | 23 | 7 | 75 | 62 |
| Binary | 11001110 | 1000110 | 110011 | 0 | 1000010 | 1001011 | 10011 | 111 | 111101 | 110010 |
Color Harmonies of #CE4633
Complementary color
Monochromatic Colors of #CE4633
Black with #CE4633
Text Example
Text Example
White with #CE4633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4633; }
p { color: rgb(206,70,51); }
H1.HeaderClassName
{
color: #CE4633;
}
.AnyTagClassName
{
color: #CE4633;
}
</style>
background-color css
<style>
a { background-color: #CE4633; }
a { background-color: rgb(206,70,51); }
div.DivClassName
{
background-color: #CE4633;
}
.BgClassName
{
background-color: #CE4633;
}
</style>
border-color css
<style>
span { border-color: #CE4633; }
span { border-color: rgb(206,70,51); }
td.TdClassName
{
border-color: #CE4633;
}
.TagClassName
{
border-color: #CE4633;
}
</style>