Shades of Trinidad #C95732
Tints of Trinidad #C95732
RGB
CMYK
RGB Variations
Color information
#C95732 (or 0xC95732) is known color: Trinidad. HEX triplet: C9, 57 and 32. RGB value is (201,87,50). Sum of RGB (Red+Green+Blue) = 201+87+50=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C95732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95732 is #36A8CD. Grayscale: #757575. Windows color (decimal): -3582158 or 3299273. OLE color: 3299273.
HSL color Cylindrical-coordinate representation of color #C95732: hue angle of 14.7º 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 #C95732 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 50 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.21 |
| HSL | 14.7º | 0.6% | 0.49% | - |
| HSV(B) | 14.7º | 0.75% | 0.79% | - |
| XYZ | 28.07 | 19.46 | 5.3 | - |
| YUV | 116.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 50 | 0 | 0.57 | 0.75 | 0.21 | 14.7 | 0.6 | 0.49 |
| Hex | C9 | 57 | 32 | 0 | 39 | 4B | 15 | F | 3C | 31 |
| Octal | 311 | 127 | 62 | 0 | 71 | 113 | 25 | 17 | 74 | 61 |
| Binary | 11001001 | 1010111 | 110010 | 0 | 111001 | 1001011 | 10101 | 1111 | 111100 | 110001 |
Color Harmonies of #C95732
Complementary color
Monochromatic Colors of #C95732
Black with #C95732
Text Example
Text Example
White with #C95732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95732; }
p { color: rgb(201,87,50); }
H1.HeaderClassName
{
color: #C95732;
}
.AnyTagClassName
{
color: #C95732;
}
</style>
background-color css
<style>
a { background-color: #C95732; }
a { background-color: rgb(201,87,50); }
div.DivClassName
{
background-color: #C95732;
}
.BgClassName
{
background-color: #C95732;
}
</style>
border-color css
<style>
span { border-color: #C95732; }
span { border-color: rgb(201,87,50); }
td.TdClassName
{
border-color: #C95732;
}
.TagClassName
{
border-color: #C95732;
}
</style>