Shades of Trinidad #C65629
Tints of Trinidad #C65629
RGB
CMYK
RGB Variations
Color information
#C65629 (or 0xC65629) is known color: Trinidad. HEX triplet: C6, 56 and 29. RGB value is (198,86,41). Sum of RGB (Red+Green+Blue) = 198+86+41=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C65629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65629 is #39A9D6. Grayscale: #727272. Windows color (decimal): -3779031 or 2709190. OLE color: 2709190.
HSL color Cylindrical-coordinate representation of color #C65629: hue angle of 17.2º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C65629 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 41 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.22 |
| HSL | 17.2º | 0.66% | 0.47% | - |
| HSV(B) | 17.2º | 0.79% | 0.78% | - |
| XYZ | 27.02 | 18.82 | 4.31 | - |
| YUV | 114.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 41 | 0 | 0.57 | 0.79 | 0.22 | 17.2 | 0.66 | 0.47 |
| Hex | C6 | 56 | 29 | 0 | 39 | 4F | 16 | 11 | 42 | 2F |
| Octal | 306 | 126 | 51 | 0 | 71 | 117 | 26 | 21 | 102 | 57 |
| Binary | 11000110 | 1010110 | 101001 | 0 | 111001 | 1001111 | 10110 | 10001 | 1000010 | 101111 |
Color Harmonies of #C65629
Complementary color
Monochromatic Colors of #C65629
Black with #C65629
Text Example
Text Example
White with #C65629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65629; }
p { color: rgb(198,86,41); }
H1.HeaderClassName
{
color: #C65629;
}
.AnyTagClassName
{
color: #C65629;
}
</style>
background-color css
<style>
a { background-color: #C65629; }
a { background-color: rgb(198,86,41); }
div.DivClassName
{
background-color: #C65629;
}
.BgClassName
{
background-color: #C65629;
}
</style>
border-color css
<style>
span { border-color: #C65629; }
span { border-color: rgb(198,86,41); }
td.TdClassName
{
border-color: #C65629;
}
.TagClassName
{
border-color: #C65629;
}
</style>