Shades of Trinidad #C65325
Tints of Trinidad #C65325
RGB
CMYK
RGB Variations
Color information
#C65325 (or 0xC65325) is known color: Trinidad. HEX triplet: C6, 53 and 25. RGB value is (198,83,37). Sum of RGB (Red+Green+Blue) = 198+83+37=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C65325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65325 is #39ACDA. Grayscale: #707070. Windows color (decimal): -3779803 or 2446278. OLE color: 2446278.
HSL color Cylindrical-coordinate representation of color #C65325: hue angle of 17.14º 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 #C65325 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 37 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.22 |
| HSL | 17.14º | 0.69% | 0.46% | - |
| HSV(B) | 17.14º | 0.81% | 0.78% | - |
| XYZ | 26.72 | 18.33 | 3.88 | - |
| YUV | 112.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 37 | 0 | 0.58 | 0.81 | 0.22 | 17.14 | 0.69 | 0.46 |
| Hex | C6 | 53 | 25 | 0 | 3A | 51 | 16 | 11 | 45 | 2E |
| Octal | 306 | 123 | 45 | 0 | 72 | 121 | 26 | 21 | 105 | 56 |
| Binary | 11000110 | 1010011 | 100101 | 0 | 111010 | 1010001 | 10110 | 10001 | 1000101 | 101110 |
Color Harmonies of #C65325
Complementary color
Monochromatic Colors of #C65325
Black with #C65325
Text Example
Text Example
White with #C65325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65325; }
p { color: rgb(198,83,37); }
H1.HeaderClassName
{
color: #C65325;
}
.AnyTagClassName
{
color: #C65325;
}
</style>
background-color css
<style>
a { background-color: #C65325; }
a { background-color: rgb(198,83,37); }
div.DivClassName
{
background-color: #C65325;
}
.BgClassName
{
background-color: #C65325;
}
</style>
border-color css
<style>
span { border-color: #C65325; }
span { border-color: rgb(198,83,37); }
td.TdClassName
{
border-color: #C65325;
}
.TagClassName
{
border-color: #C65325;
}
</style>