Shades of Trinidad #C65522
Tints of Trinidad #C65522
RGB
CMYK
RGB Variations
Color information
#C65522 (or 0xC65522) is known color: Trinidad. HEX triplet: C6, 55 and 22. RGB value is (198,85,34). Sum of RGB (Red+Green+Blue) = 198+85+34=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C65522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65522 is #39AADD. Grayscale: #717171. Windows color (decimal): -3779294 or 2250182. OLE color: 2250182.
HSL color Cylindrical-coordinate representation of color #C65522: hue angle of 18.66º 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 #C65522 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 34 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.22 |
| HSL | 18.66º | 0.71% | 0.45% | - |
| HSV(B) | 18.66º | 0.83% | 0.78% | - |
| XYZ | 26.83 | 18.62 | 3.69 | - |
| YUV | 112.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 34 | 0 | 0.57 | 0.83 | 0.22 | 18.66 | 0.71 | 0.45 |
| Hex | C6 | 55 | 22 | 0 | 39 | 53 | 16 | 13 | 47 | 2D |
| Octal | 306 | 125 | 42 | 0 | 71 | 123 | 26 | 23 | 107 | 55 |
| Binary | 11000110 | 1010101 | 100010 | 0 | 111001 | 1010011 | 10110 | 10011 | 1000111 | 101101 |
Color Harmonies of #C65522
Complementary color
Monochromatic Colors of #C65522
Black with #C65522
Text Example
Text Example
White with #C65522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65522; }
p { color: rgb(198,85,34); }
H1.HeaderClassName
{
color: #C65522;
}
.AnyTagClassName
{
color: #C65522;
}
</style>
background-color css
<style>
a { background-color: #C65522; }
a { background-color: rgb(198,85,34); }
div.DivClassName
{
background-color: #C65522;
}
.BgClassName
{
background-color: #C65522;
}
</style>
border-color css
<style>
span { border-color: #C65522; }
span { border-color: rgb(198,85,34); }
td.TdClassName
{
border-color: #C65522;
}
.TagClassName
{
border-color: #C65522;
}
</style>