Shades of Trinidad #C95523
Tints of Trinidad #C95523
RGB
CMYK
RGB Variations
Color information
#C95523 (or 0xC95523) is known color: Trinidad. HEX triplet: C9, 55 and 23. RGB value is (201,85,35). Sum of RGB (Red+Green+Blue) = 201+85+35=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C95523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95523 is #36AADC. Grayscale: #727272. Windows color (decimal): -3582685 or 2315721. OLE color: 2315721.
HSL color Cylindrical-coordinate representation of color #C95523: hue angle of 18.07º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C95523 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 35 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.21 |
| HSL | 18.07º | 0.7% | 0.46% | - |
| HSV(B) | 18.07º | 0.83% | 0.79% | - |
| XYZ | 27.64 | 19.04 | 3.81 | - |
| YUV | 113.98 | 83.43 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 35 | 0 | 0.58 | 0.83 | 0.21 | 18.07 | 0.7 | 0.46 |
| Hex | C9 | 55 | 23 | 0 | 3A | 53 | 15 | 12 | 46 | 2E |
| Octal | 311 | 125 | 43 | 0 | 72 | 123 | 25 | 22 | 106 | 56 |
| Binary | 11001001 | 1010101 | 100011 | 0 | 111010 | 1010011 | 10101 | 10010 | 1000110 | 101110 |
Color Harmonies of #C95523
Complementary color
Monochromatic Colors of #C95523
Black with #C95523
Text Example
Text Example
White with #C95523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95523; }
p { color: rgb(201,85,35); }
H1.HeaderClassName
{
color: #C95523;
}
.AnyTagClassName
{
color: #C95523;
}
</style>
background-color css
<style>
a { background-color: #C95523; }
a { background-color: rgb(201,85,35); }
div.DivClassName
{
background-color: #C95523;
}
.BgClassName
{
background-color: #C95523;
}
</style>
border-color css
<style>
span { border-color: #C95523; }
span { border-color: rgb(201,85,35); }
td.TdClassName
{
border-color: #C95523;
}
.TagClassName
{
border-color: #C95523;
}
</style>