Shades of Trinidad #C65528
Tints of Trinidad #C65528
RGB
CMYK
RGB Variations
Color information
#C65528 (or 0xC65528) is known color: Trinidad. HEX triplet: C6, 55 and 28. RGB value is (198,85,40). Sum of RGB (Red+Green+Blue) = 198+85+40=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C65528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65528 is #39AAD7. Grayscale: #717171. Windows color (decimal): -3779288 or 2643398. OLE color: 2643398.
HSL color Cylindrical-coordinate representation of color #C65528: hue angle of 17.09º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C65528 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 40 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.22 |
| HSL | 17.09º | 0.66% | 0.47% | - |
| HSV(B) | 17.09º | 0.8% | 0.78% | - |
| XYZ | 26.92 | 18.66 | 4.19 | - |
| YUV | 113.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 40 | 0 | 0.57 | 0.80 | 0.22 | 17.09 | 0.66 | 0.47 |
| Hex | C6 | 55 | 28 | 0 | 39 | 50 | 16 | 11 | 42 | 2F |
| Octal | 306 | 125 | 50 | 0 | 71 | 120 | 26 | 21 | 102 | 57 |
| Binary | 11000110 | 1010101 | 101000 | 0 | 111001 | 1010000 | 10110 | 10001 | 1000010 | 101111 |
Color Harmonies of #C65528
Complementary color
Monochromatic Colors of #C65528
Black with #C65528
Text Example
Text Example
White with #C65528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65528; }
p { color: rgb(198,85,40); }
H1.HeaderClassName
{
color: #C65528;
}
.AnyTagClassName
{
color: #C65528;
}
</style>
background-color css
<style>
a { background-color: #C65528; }
a { background-color: rgb(198,85,40); }
div.DivClassName
{
background-color: #C65528;
}
.BgClassName
{
background-color: #C65528;
}
</style>
border-color css
<style>
span { border-color: #C65528; }
span { border-color: rgb(198,85,40); }
td.TdClassName
{
border-color: #C65528;
}
.TagClassName
{
border-color: #C65528;
}
</style>