Shades of Trinidad #C65023
Tints of Trinidad #C65023
RGB
CMYK
RGB Variations
Color information
#C65023 (or 0xC65023) is known color: Trinidad. HEX triplet: C6, 50 and 23. RGB value is (198,80,35). Sum of RGB (Red+Green+Blue) = 198+80+35=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C65023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65023 is #39AFDC. Grayscale: #6E6E6E. Windows color (decimal): -3780573 or 2314438. OLE color: 2314438.
HSL color Cylindrical-coordinate representation of color #C65023: hue angle of 16.56º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C65023 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 35 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.22 |
| HSL | 16.56º | 0.7% | 0.46% | - |
| HSV(B) | 16.56º | 0.82% | 0.78% | - |
| XYZ | 26.46 | 17.86 | 3.64 | - |
| YUV | 110.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 35 | 0 | 0.60 | 0.82 | 0.22 | 16.56 | 0.7 | 0.46 |
| Hex | C6 | 50 | 23 | 0 | 3C | 52 | 16 | 11 | 46 | 2E |
| Octal | 306 | 120 | 43 | 0 | 74 | 122 | 26 | 21 | 106 | 56 |
| Binary | 11000110 | 1010000 | 100011 | 0 | 111100 | 1010010 | 10110 | 10001 | 1000110 | 101110 |
Color Harmonies of #C65023
Complementary color
Monochromatic Colors of #C65023
Black with #C65023
Text Example
Text Example
White with #C65023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65023; }
p { color: rgb(198,80,35); }
H1.HeaderClassName
{
color: #C65023;
}
.AnyTagClassName
{
color: #C65023;
}
</style>
background-color css
<style>
a { background-color: #C65023; }
a { background-color: rgb(198,80,35); }
div.DivClassName
{
background-color: #C65023;
}
.BgClassName
{
background-color: #C65023;
}
</style>
border-color css
<style>
span { border-color: #C65023; }
span { border-color: rgb(198,80,35); }
td.TdClassName
{
border-color: #C65023;
}
.TagClassName
{
border-color: #C65023;
}
</style>