Shades of Trinidad #CE4832
Tints of Trinidad #CE4832
RGB
CMYK
RGB Variations
Color information
#CE4832 (or 0xCE4832) is known color: Trinidad. HEX triplet: CE, 48 and 32. RGB value is (206,72,50). Sum of RGB (Red+Green+Blue) = 206+72+50=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4832 is #31B7CD. Grayscale: #6D6D6D. Windows color (decimal): -3258318 or 3295438. OLE color: 3295438.
HSL color Cylindrical-coordinate representation of color #CE4832: hue angle of 8.46º 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 #CE4832 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 50 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.19 |
| HSL | 8.46º | 0.61% | 0.5% | - |
| HSV(B) | 8.46º | 0.76% | 0.81% | - |
| XYZ | 28.35 | 17.99 | 5 | - |
| YUV | 109.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 50 | 0 | 0.65 | 0.76 | 0.19 | 8.46 | 0.61 | 0.5 |
| Hex | CE | 48 | 32 | 0 | 41 | 4C | 13 | 8 | 3D | 32 |
| Octal | 316 | 110 | 62 | 0 | 101 | 114 | 23 | 10 | 75 | 62 |
| Binary | 11001110 | 1001000 | 110010 | 0 | 1000001 | 1001100 | 10011 | 1000 | 111101 | 110010 |
Color Harmonies of #CE4832
Complementary color
Monochromatic Colors of #CE4832
Black with #CE4832
Text Example
Text Example
White with #CE4832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4832; }
p { color: rgb(206,72,50); }
H1.HeaderClassName
{
color: #CE4832;
}
.AnyTagClassName
{
color: #CE4832;
}
</style>
background-color css
<style>
a { background-color: #CE4832; }
a { background-color: rgb(206,72,50); }
div.DivClassName
{
background-color: #CE4832;
}
.BgClassName
{
background-color: #CE4832;
}
</style>
border-color css
<style>
span { border-color: #CE4832; }
span { border-color: rgb(206,72,50); }
td.TdClassName
{
border-color: #CE4832;
}
.TagClassName
{
border-color: #CE4832;
}
</style>