Shades of Trinidad #C95023
Tints of Trinidad #C95023
RGB
CMYK
RGB Variations
Color information
#C95023 (or 0xC95023) is known color: Trinidad. HEX triplet: C9, 50 and 23. RGB value is (201,80,35). Sum of RGB (Red+Green+Blue) = 201+80+35=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C95023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95023 is #36AFDC. Grayscale: #6F6F6F. Windows color (decimal): -3583965 or 2314441. OLE color: 2314441.
HSL color Cylindrical-coordinate representation of color #C95023: hue angle of 16.27º 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 #C95023 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 35 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.21 |
| HSL | 16.27º | 0.7% | 0.46% | - |
| HSV(B) | 16.27º | 0.83% | 0.79% | - |
| XYZ | 27.26 | 18.28 | 3.68 | - |
| YUV | 111.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 35 | 0 | 0.60 | 0.83 | 0.21 | 16.27 | 0.7 | 0.46 |
| Hex | C9 | 50 | 23 | 0 | 3C | 53 | 15 | 10 | 46 | 2E |
| Octal | 311 | 120 | 43 | 0 | 74 | 123 | 25 | 20 | 106 | 56 |
| Binary | 11001001 | 1010000 | 100011 | 0 | 111100 | 1010011 | 10101 | 10000 | 1000110 | 101110 |
Color Harmonies of #C95023
Complementary color
Monochromatic Colors of #C95023
Black with #C95023
Text Example
Text Example
White with #C95023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95023; }
p { color: rgb(201,80,35); }
H1.HeaderClassName
{
color: #C95023;
}
.AnyTagClassName
{
color: #C95023;
}
</style>
background-color css
<style>
a { background-color: #C95023; }
a { background-color: rgb(201,80,35); }
div.DivClassName
{
background-color: #C95023;
}
.BgClassName
{
background-color: #C95023;
}
</style>
border-color css
<style>
span { border-color: #C95023; }
span { border-color: rgb(201,80,35); }
td.TdClassName
{
border-color: #C95023;
}
.TagClassName
{
border-color: #C95023;
}
</style>