Shades of Trinidad #CF493B
Tints of Trinidad #CF493B
RGB
CMYK
RGB Variations
Color information
#CF493B (or 0xCF493B) is known color: Trinidad. HEX triplet: CF, 49 and 3B. RGB value is (207,73,59). Sum of RGB (Red+Green+Blue) = 207+73+59=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF493B is #30B6C4. Grayscale: #6F6F6F. Windows color (decimal): -3192517 or 3885519. OLE color: 3885519.
HSL color Cylindrical-coordinate representation of color #CF493B: hue angle of 5.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF493B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 59 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.19 |
| HSL | 5.68º | 0.61% | 0.52% | - |
| HSV(B) | 5.68º | 0.71% | 0.81% | - |
| XYZ | 28.9 | 18.35 | 6.16 | - |
| YUV | 111.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 59 | 0 | 0.65 | 0.71 | 0.19 | 5.68 | 0.61 | 0.52 |
| Hex | CF | 49 | 3B | 0 | 41 | 47 | 13 | 6 | 3D | 34 |
| Octal | 317 | 111 | 73 | 0 | 101 | 107 | 23 | 6 | 75 | 64 |
| Binary | 11001111 | 1001001 | 111011 | 0 | 1000001 | 1000111 | 10011 | 110 | 111101 | 110100 |
Color Harmonies of #CF493B
Complementary color
Monochromatic Colors of #CF493B
Black with #CF493B
Text Example
Text Example
White with #CF493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF493B; }
p { color: rgb(207,73,59); }
H1.HeaderClassName
{
color: #CF493B;
}
.AnyTagClassName
{
color: #CF493B;
}
</style>
background-color css
<style>
a { background-color: #CF493B; }
a { background-color: rgb(207,73,59); }
div.DivClassName
{
background-color: #CF493B;
}
.BgClassName
{
background-color: #CF493B;
}
</style>
border-color css
<style>
span { border-color: #CF493B; }
span { border-color: rgb(207,73,59); }
td.TdClassName
{
border-color: #CF493B;
}
.TagClassName
{
border-color: #CF493B;
}
</style>