Shades of Trinidad #C95433
Tints of Trinidad #C95433
RGB
CMYK
RGB Variations
Color information
#C95433 (or 0xC95433) is known color: Trinidad. HEX triplet: C9, 54 and 33. RGB value is (201,84,51). Sum of RGB (Red+Green+Blue) = 201+84+51=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C95433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95433 is #36ABCC. Grayscale: #737373. Windows color (decimal): -3582925 or 3364041. OLE color: 3364041.
HSL color Cylindrical-coordinate representation of color #C95433: hue angle of 13.2º 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 #C95433 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 51 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.21 |
| HSL | 13.2º | 0.6% | 0.49% | - |
| HSV(B) | 13.2º | 0.75% | 0.79% | - |
| XYZ | 27.86 | 19 | 5.33 | - |
| YUV | 115.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 51 | 0 | 0.58 | 0.75 | 0.21 | 13.2 | 0.6 | 0.49 |
| Hex | C9 | 54 | 33 | 0 | 3A | 4B | 15 | D | 3C | 31 |
| Octal | 311 | 124 | 63 | 0 | 72 | 113 | 25 | 15 | 74 | 61 |
| Binary | 11001001 | 1010100 | 110011 | 0 | 111010 | 1001011 | 10101 | 1101 | 111100 | 110001 |
Color Harmonies of #C95433
Complementary color
Monochromatic Colors of #C95433
Black with #C95433
Text Example
Text Example
White with #C95433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95433; }
p { color: rgb(201,84,51); }
H1.HeaderClassName
{
color: #C95433;
}
.AnyTagClassName
{
color: #C95433;
}
</style>
background-color css
<style>
a { background-color: #C95433; }
a { background-color: rgb(201,84,51); }
div.DivClassName
{
background-color: #C95433;
}
.BgClassName
{
background-color: #C95433;
}
</style>
border-color css
<style>
span { border-color: #C95433; }
span { border-color: rgb(201,84,51); }
td.TdClassName
{
border-color: #C95433;
}
.TagClassName
{
border-color: #C95433;
}
</style>