Shades of Trinidad #C95233
Tints of Trinidad #C95233
RGB
CMYK
RGB Variations
Color information
#C95233 (or 0xC95233) is known color: Trinidad. HEX triplet: C9, 52 and 33. RGB value is (201,82,51). Sum of RGB (Red+Green+Blue) = 201+82+51=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C95233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95233 is #36ADCC. Grayscale: #727272. Windows color (decimal): -3583437 or 3363529. OLE color: 3363529.
HSL color Cylindrical-coordinate representation of color #C95233: hue angle of 12.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C95233 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 51 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.21 |
| HSL | 12.4º | 0.6% | 0.49% | - |
| HSV(B) | 12.4º | 0.75% | 0.79% | - |
| XYZ | 27.7 | 18.69 | 5.28 | - |
| YUV | 114.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 51 | 0 | 0.59 | 0.75 | 0.21 | 12.4 | 0.6 | 0.49 |
| Hex | C9 | 52 | 33 | 0 | 3B | 4B | 15 | C | 3C | 31 |
| Octal | 311 | 122 | 63 | 0 | 73 | 113 | 25 | 14 | 74 | 61 |
| Binary | 11001001 | 1010010 | 110011 | 0 | 111011 | 1001011 | 10101 | 1100 | 111100 | 110001 |
Color Harmonies of #C95233
Complementary color
Monochromatic Colors of #C95233
Black with #C95233
Text Example
Text Example
White with #C95233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95233; }
p { color: rgb(201,82,51); }
H1.HeaderClassName
{
color: #C95233;
}
.AnyTagClassName
{
color: #C95233;
}
</style>
background-color css
<style>
a { background-color: #C95233; }
a { background-color: rgb(201,82,51); }
div.DivClassName
{
background-color: #C95233;
}
.BgClassName
{
background-color: #C95233;
}
</style>
border-color css
<style>
span { border-color: #C95233; }
span { border-color: rgb(201,82,51); }
td.TdClassName
{
border-color: #C95233;
}
.TagClassName
{
border-color: #C95233;
}
</style>