Shades of Trinidad #C64522
Tints of Trinidad #C64522
RGB
CMYK
RGB Variations
Color information
#C64522 (or 0xC64522) is known color: Trinidad. HEX triplet: C6, 45 and 22. RGB value is (198,69,34). Sum of RGB (Red+Green+Blue) = 198+69+34=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C64522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64522 is #39BADD. Grayscale: #676767. Windows color (decimal): -3783390 or 2246086. OLE color: 2246086.
HSL color Cylindrical-coordinate representation of color #C64522: hue angle of 12.8º 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 #C64522 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 34 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.22 |
| HSL | 12.8º | 0.71% | 0.45% | - |
| HSV(B) | 12.8º | 0.83% | 0.78% | - |
| XYZ | 25.71 | 16.38 | 3.32 | - |
| YUV | 103.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 34 | 0 | 0.65 | 0.83 | 0.22 | 12.8 | 0.71 | 0.45 |
| Hex | C6 | 45 | 22 | 0 | 41 | 53 | 16 | D | 47 | 2D |
| Octal | 306 | 105 | 42 | 0 | 101 | 123 | 26 | 15 | 107 | 55 |
| Binary | 11000110 | 1000101 | 100010 | 0 | 1000001 | 1010011 | 10110 | 1101 | 1000111 | 101101 |
Color Harmonies of #C64522
Complementary color
Monochromatic Colors of #C64522
Black with #C64522
Text Example
Text Example
White with #C64522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64522; }
p { color: rgb(198,69,34); }
H1.HeaderClassName
{
color: #C64522;
}
.AnyTagClassName
{
color: #C64522;
}
</style>
background-color css
<style>
a { background-color: #C64522; }
a { background-color: rgb(198,69,34); }
div.DivClassName
{
background-color: #C64522;
}
.BgClassName
{
background-color: #C64522;
}
</style>
border-color css
<style>
span { border-color: #C64522; }
span { border-color: rgb(198,69,34); }
td.TdClassName
{
border-color: #C64522;
}
.TagClassName
{
border-color: #C64522;
}
</style>