Shades of Trinidad #C95438
Tints of Trinidad #C95438
RGB
CMYK
RGB Variations
Color information
#C95438 (or 0xC95438) is known color: Trinidad. HEX triplet: C9, 54 and 38. RGB value is (201,84,56). Sum of RGB (Red+Green+Blue) = 201+84+56=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C95438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95438 is #36ABC7. Grayscale: #747474. Windows color (decimal): -3582920 or 3691721. OLE color: 3691721.
HSL color Cylindrical-coordinate representation of color #C95438: hue angle of 11.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95438 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 56 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.21 |
| HSL | 11.59º | 0.57% | 0.5% | - |
| HSV(B) | 11.59º | 0.72% | 0.79% | - |
| XYZ | 27.97 | 19.04 | 5.94 | - |
| YUV | 115.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 56 | 0 | 0.58 | 0.72 | 0.21 | 11.59 | 0.57 | 0.5 |
| Hex | C9 | 54 | 38 | 0 | 3A | 48 | 15 | C | 39 | 32 |
| Octal | 311 | 124 | 70 | 0 | 72 | 110 | 25 | 14 | 71 | 62 |
| Binary | 11001001 | 1010100 | 111000 | 0 | 111010 | 1001000 | 10101 | 1100 | 111001 | 110010 |
Color Harmonies of #C95438
Complementary color
Monochromatic Colors of #C95438
Black with #C95438
Text Example
Text Example
White with #C95438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95438; }
p { color: rgb(201,84,56); }
H1.HeaderClassName
{
color: #C95438;
}
.AnyTagClassName
{
color: #C95438;
}
</style>
background-color css
<style>
a { background-color: #C95438; }
a { background-color: rgb(201,84,56); }
div.DivClassName
{
background-color: #C95438;
}
.BgClassName
{
background-color: #C95438;
}
</style>
border-color css
<style>
span { border-color: #C95438; }
span { border-color: rgb(201,84,56); }
td.TdClassName
{
border-color: #C95438;
}
.TagClassName
{
border-color: #C95438;
}
</style>