Shades of Trinidad #C15223
Tints of Trinidad #C15223
RGB
CMYK
RGB Variations
Color information
#C15223 (or 0xC15223) is known color: Trinidad. HEX triplet: C1, 52 and 23. RGB value is (193,82,35). Sum of RGB (Red+Green+Blue) = 193+82+35=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C15223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15223 is #3EADDC. Grayscale: #6E6E6E. Windows color (decimal): -4107741 or 2314945. OLE color: 2314945.
HSL color Cylindrical-coordinate representation of color #C15223: hue angle of 17.85º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C15223 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 35 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.24 |
| HSL | 17.85º | 0.69% | 0.45% | - |
| HSV(B) | 17.85º | 0.82% | 0.76% | - |
| XYZ | 25.31 | 17.49 | 3.63 | - |
| YUV | 109.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 35 | 0 | 0.58 | 0.82 | 0.24 | 17.85 | 0.69 | 0.45 |
| Hex | C1 | 52 | 23 | 0 | 3A | 52 | 18 | 12 | 45 | 2D |
| Octal | 301 | 122 | 43 | 0 | 72 | 122 | 30 | 22 | 105 | 55 |
| Binary | 11000001 | 1010010 | 100011 | 0 | 111010 | 1010010 | 11000 | 10010 | 1000101 | 101101 |
Color Harmonies of #C15223
Complementary color
Monochromatic Colors of #C15223
Black with #C15223
Text Example
Text Example
White with #C15223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15223; }
p { color: rgb(193,82,35); }
H1.HeaderClassName
{
color: #C15223;
}
.AnyTagClassName
{
color: #C15223;
}
</style>
background-color css
<style>
a { background-color: #C15223; }
a { background-color: rgb(193,82,35); }
div.DivClassName
{
background-color: #C15223;
}
.BgClassName
{
background-color: #C15223;
}
</style>
border-color css
<style>
span { border-color: #C15223; }
span { border-color: rgb(193,82,35); }
td.TdClassName
{
border-color: #C15223;
}
.TagClassName
{
border-color: #C15223;
}
</style>