Shades of Trinidad #C64F25
Tints of Trinidad #C64F25
RGB
CMYK
RGB Variations
Color information
#C64F25 (or 0xC64F25) is known color: Trinidad. HEX triplet: C6, 4F and 25. RGB value is (198,79,37). Sum of RGB (Red+Green+Blue) = 198+79+37=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F25 is #39B0DA. Grayscale: #6E6E6E. Windows color (decimal): -3780827 or 2445254. OLE color: 2445254.
HSL color Cylindrical-coordinate representation of color #C64F25: hue angle of 15.65º 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 #C64F25 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 37 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.22 |
| HSL | 15.65º | 0.69% | 0.46% | - |
| HSV(B) | 15.65º | 0.81% | 0.78% | - |
| XYZ | 26.42 | 17.73 | 3.78 | - |
| YUV | 109.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 37 | 0 | 0.60 | 0.81 | 0.22 | 15.65 | 0.69 | 0.46 |
| Hex | C6 | 4F | 25 | 0 | 3C | 51 | 16 | 10 | 45 | 2E |
| Octal | 306 | 117 | 45 | 0 | 74 | 121 | 26 | 20 | 105 | 56 |
| Binary | 11000110 | 1001111 | 100101 | 0 | 111100 | 1010001 | 10110 | 10000 | 1000101 | 101110 |
Color Harmonies of #C64F25
Complementary color
Monochromatic Colors of #C64F25
Black with #C64F25
Text Example
Text Example
White with #C64F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F25; }
p { color: rgb(198,79,37); }
H1.HeaderClassName
{
color: #C64F25;
}
.AnyTagClassName
{
color: #C64F25;
}
</style>
background-color css
<style>
a { background-color: #C64F25; }
a { background-color: rgb(198,79,37); }
div.DivClassName
{
background-color: #C64F25;
}
.BgClassName
{
background-color: #C64F25;
}
</style>
border-color css
<style>
span { border-color: #C64F25; }
span { border-color: rgb(198,79,37); }
td.TdClassName
{
border-color: #C64F25;
}
.TagClassName
{
border-color: #C64F25;
}
</style>