Shades of Trinidad #C65022
Tints of Trinidad #C65022
RGB
CMYK
RGB Variations
Color information
#C65022 (or 0xC65022) is known color: Trinidad. HEX triplet: C6, 50 and 22. RGB value is (198,80,34). Sum of RGB (Red+Green+Blue) = 198+80+34=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C65022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65022 is #39AFDD. Grayscale: #6E6E6E. Windows color (decimal): -3780574 or 2248902. OLE color: 2248902.
HSL color Cylindrical-coordinate representation of color #C65022: hue angle of 16.83º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C65022 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 34 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.22 |
| HSL | 16.83º | 0.71% | 0.45% | - |
| HSV(B) | 16.83º | 0.83% | 0.78% | - |
| XYZ | 26.45 | 17.86 | 3.57 | - |
| YUV | 110.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 34 | 0 | 0.60 | 0.83 | 0.22 | 16.83 | 0.71 | 0.45 |
| Hex | C6 | 50 | 22 | 0 | 3C | 53 | 16 | 11 | 47 | 2D |
| Octal | 306 | 120 | 42 | 0 | 74 | 123 | 26 | 21 | 107 | 55 |
| Binary | 11000110 | 1010000 | 100010 | 0 | 111100 | 1010011 | 10110 | 10001 | 1000111 | 101101 |
Color Harmonies of #C65022
Complementary color
Monochromatic Colors of #C65022
Black with #C65022
Text Example
Text Example
White with #C65022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65022; }
p { color: rgb(198,80,34); }
H1.HeaderClassName
{
color: #C65022;
}
.AnyTagClassName
{
color: #C65022;
}
</style>
background-color css
<style>
a { background-color: #C65022; }
a { background-color: rgb(198,80,34); }
div.DivClassName
{
background-color: #C65022;
}
.BgClassName
{
background-color: #C65022;
}
</style>
border-color css
<style>
span { border-color: #C65022; }
span { border-color: rgb(198,80,34); }
td.TdClassName
{
border-color: #C65022;
}
.TagClassName
{
border-color: #C65022;
}
</style>