Shades of Trinidad #C1522E
Tints of Trinidad #C1522E
RGB
CMYK
RGB Variations
Color information
#C1522E (or 0xC1522E) is known color: Trinidad. HEX triplet: C1, 52 and 2E. RGB value is (193,82,46). Sum of RGB (Red+Green+Blue) = 193+82+46=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1522E is #3EADD1. Grayscale: #6F6F6F. Windows color (decimal): -4107730 or 3035841. OLE color: 3035841.
HSL color Cylindrical-coordinate representation of color #C1522E: hue angle of 14.69º degrees, saturation: 0.62, 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 #C1522E is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 46 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.24 |
| HSL | 14.69º | 0.62% | 0.47% | - |
| HSV(B) | 14.69º | 0.76% | 0.76% | - |
| XYZ | 25.5 | 17.57 | 4.63 | - |
| YUV | 111.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 46 | 0 | 0.58 | 0.76 | 0.24 | 14.69 | 0.62 | 0.47 |
| Hex | C1 | 52 | 2E | 0 | 3A | 4C | 18 | F | 3E | 2F |
| Octal | 301 | 122 | 56 | 0 | 72 | 114 | 30 | 17 | 76 | 57 |
| Binary | 11000001 | 1010010 | 101110 | 0 | 111010 | 1001100 | 11000 | 1111 | 111110 | 101111 |
Color Harmonies of #C1522E
Complementary color
Monochromatic Colors of #C1522E
Black with #C1522E
Text Example
Text Example
White with #C1522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1522E; }
p { color: rgb(193,82,46); }
H1.HeaderClassName
{
color: #C1522E;
}
.AnyTagClassName
{
color: #C1522E;
}
</style>
background-color css
<style>
a { background-color: #C1522E; }
a { background-color: rgb(193,82,46); }
div.DivClassName
{
background-color: #C1522E;
}
.BgClassName
{
background-color: #C1522E;
}
</style>
border-color css
<style>
span { border-color: #C1522E; }
span { border-color: rgb(193,82,46); }
td.TdClassName
{
border-color: #C1522E;
}
.TagClassName
{
border-color: #C1522E;
}
</style>