Shades of Trinidad #C3583B
Tints of Trinidad #C3583B
RGB
CMYK
RGB Variations
Color information
#C3583B (or 0xC3583B) is known color: Trinidad. HEX triplet: C3, 58 and 3B. RGB value is (195,88,59). Sum of RGB (Red+Green+Blue) = 195+88+59=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3583B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3583B is #3CA7C4. Grayscale: #747474. Windows color (decimal): -3975109 or 3889347. OLE color: 3889347.
HSL color Cylindrical-coordinate representation of color #C3583B: hue angle of 12.79º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3583B is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 59 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.24 |
| HSL | 12.79º | 0.54% | 0.5% | - |
| HSV(B) | 12.79º | 0.7% | 0.76% | - |
| XYZ | 26.78 | 18.9 | 6.37 | - |
| YUV | 116.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 59 | 0 | 0.55 | 0.70 | 0.24 | 12.79 | 0.54 | 0.5 |
| Hex | C3 | 58 | 3B | 0 | 37 | 46 | 18 | D | 36 | 32 |
| Octal | 303 | 130 | 73 | 0 | 67 | 106 | 30 | 15 | 66 | 62 |
| Binary | 11000011 | 1011000 | 111011 | 0 | 110111 | 1000110 | 11000 | 1101 | 110110 | 110010 |
Color Harmonies of #C3583B
Complementary color
Monochromatic Colors of #C3583B
Black with #C3583B
Text Example
Text Example
White with #C3583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3583B; }
p { color: rgb(195,88,59); }
H1.HeaderClassName
{
color: #C3583B;
}
.AnyTagClassName
{
color: #C3583B;
}
</style>
background-color css
<style>
a { background-color: #C3583B; }
a { background-color: rgb(195,88,59); }
div.DivClassName
{
background-color: #C3583B;
}
.BgClassName
{
background-color: #C3583B;
}
</style>
border-color css
<style>
span { border-color: #C3583B; }
span { border-color: rgb(195,88,59); }
td.TdClassName
{
border-color: #C3583B;
}
.TagClassName
{
border-color: #C3583B;
}
</style>