Shades of Trinidad #C65225
Tints of Trinidad #C65225
RGB
CMYK
RGB Variations
Color information
#C65225 (or 0xC65225) is known color: Trinidad. HEX triplet: C6, 52 and 25. RGB value is (198,82,37). Sum of RGB (Red+Green+Blue) = 198+82+37=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C65225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65225 is #39ADDA. Grayscale: #6F6F6F. Windows color (decimal): -3780059 or 2446022. OLE color: 2446022.
HSL color Cylindrical-coordinate representation of color #C65225: hue angle of 16.77º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C65225 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 37 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.22 |
| HSL | 16.77º | 0.69% | 0.46% | - |
| HSV(B) | 16.77º | 0.81% | 0.78% | - |
| XYZ | 26.64 | 18.17 | 3.85 | - |
| YUV | 111.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 37 | 0 | 0.59 | 0.81 | 0.22 | 16.77 | 0.69 | 0.46 |
| Hex | C6 | 52 | 25 | 0 | 3B | 51 | 16 | 11 | 45 | 2E |
| Octal | 306 | 122 | 45 | 0 | 73 | 121 | 26 | 21 | 105 | 56 |
| Binary | 11000110 | 1010010 | 100101 | 0 | 111011 | 1010001 | 10110 | 10001 | 1000101 | 101110 |
Color Harmonies of #C65225
Complementary color
Monochromatic Colors of #C65225
Black with #C65225
Text Example
Text Example
White with #C65225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65225; }
p { color: rgb(198,82,37); }
H1.HeaderClassName
{
color: #C65225;
}
.AnyTagClassName
{
color: #C65225;
}
</style>
background-color css
<style>
a { background-color: #C65225; }
a { background-color: rgb(198,82,37); }
div.DivClassName
{
background-color: #C65225;
}
.BgClassName
{
background-color: #C65225;
}
</style>
border-color css
<style>
span { border-color: #C65225; }
span { border-color: rgb(198,82,37); }
td.TdClassName
{
border-color: #C65225;
}
.TagClassName
{
border-color: #C65225;
}
</style>