Shades of Trinidad #C1552F
Tints of Trinidad #C1552F
RGB
CMYK
RGB Variations
Color information
#C1552F (or 0xC1552F) is known color: Trinidad. HEX triplet: C1, 55 and 2F. RGB value is (193,85,47). Sum of RGB (Red+Green+Blue) = 193+85+47=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1552F is #3EAAD0. Grayscale: #717171. Windows color (decimal): -4106961 or 3102145. OLE color: 3102145.
HSL color Cylindrical-coordinate representation of color #C1552F: hue angle of 15.62º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1552F is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 47 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.24 |
| HSL | 15.62º | 0.61% | 0.47% | - |
| HSV(B) | 15.62º | 0.76% | 0.76% | - |
| XYZ | 25.75 | 18.04 | 4.81 | - |
| YUV | 112.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 47 | 0 | 0.56 | 0.76 | 0.24 | 15.62 | 0.61 | 0.47 |
| Hex | C1 | 55 | 2F | 0 | 38 | 4C | 18 | 10 | 3D | 2F |
| Octal | 301 | 125 | 57 | 0 | 70 | 114 | 30 | 20 | 75 | 57 |
| Binary | 11000001 | 1010101 | 101111 | 0 | 111000 | 1001100 | 11000 | 10000 | 111101 | 101111 |
Color Harmonies of #C1552F
Complementary color
Monochromatic Colors of #C1552F
Black with #C1552F
Text Example
Text Example
White with #C1552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1552F; }
p { color: rgb(193,85,47); }
H1.HeaderClassName
{
color: #C1552F;
}
.AnyTagClassName
{
color: #C1552F;
}
</style>
background-color css
<style>
a { background-color: #C1552F; }
a { background-color: rgb(193,85,47); }
div.DivClassName
{
background-color: #C1552F;
}
.BgClassName
{
background-color: #C1552F;
}
</style>
border-color css
<style>
span { border-color: #C1552F; }
span { border-color: rgb(193,85,47); }
td.TdClassName
{
border-color: #C1552F;
}
.TagClassName
{
border-color: #C1552F;
}
</style>