Shades of Trinidad #C65727
Tints of Trinidad #C65727
RGB
CMYK
RGB Variations
Color information
#C65727 (or 0xC65727) is known color: Trinidad. HEX triplet: C6, 57 and 27. RGB value is (198,87,39). Sum of RGB (Red+Green+Blue) = 198+87+39=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C65727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65727 is #39A8D8. Grayscale: #737373. Windows color (decimal): -3778777 or 2578374. OLE color: 2578374.
HSL color Cylindrical-coordinate representation of color #C65727: hue angle of 18.11º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C65727 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 39 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.22 |
| HSL | 18.11º | 0.67% | 0.46% | - |
| HSV(B) | 18.11º | 0.8% | 0.78% | - |
| XYZ | 27.06 | 18.97 | 4.15 | - |
| YUV | 114.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 39 | 0 | 0.56 | 0.80 | 0.22 | 18.11 | 0.67 | 0.46 |
| Hex | C6 | 57 | 27 | 0 | 38 | 50 | 16 | 12 | 43 | 2E |
| Octal | 306 | 127 | 47 | 0 | 70 | 120 | 26 | 22 | 103 | 56 |
| Binary | 11000110 | 1010111 | 100111 | 0 | 111000 | 1010000 | 10110 | 10010 | 1000011 | 101110 |
Color Harmonies of #C65727
Complementary color
Monochromatic Colors of #C65727
Black with #C65727
Text Example
Text Example
White with #C65727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65727; }
p { color: rgb(198,87,39); }
H1.HeaderClassName
{
color: #C65727;
}
.AnyTagClassName
{
color: #C65727;
}
</style>
background-color css
<style>
a { background-color: #C65727; }
a { background-color: rgb(198,87,39); }
div.DivClassName
{
background-color: #C65727;
}
.BgClassName
{
background-color: #C65727;
}
</style>
border-color css
<style>
span { border-color: #C65727; }
span { border-color: rgb(198,87,39); }
td.TdClassName
{
border-color: #C65727;
}
.TagClassName
{
border-color: #C65727;
}
</style>