Shades of Trinidad #C64625
Tints of Trinidad #C64625
RGB
CMYK
RGB Variations
Color information
#C64625 (or 0xC64625) is known color: Trinidad. HEX triplet: C6, 46 and 25. RGB value is (198,70,37). Sum of RGB (Red+Green+Blue) = 198+70+37=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C64625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64625 is #39B9DA. Grayscale: #686868. Windows color (decimal): -3783131 or 2442950. OLE color: 2442950.
HSL color Cylindrical-coordinate representation of color #C64625: hue angle of 12.3º 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 #C64625 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 37 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.22 |
| HSL | 12.3º | 0.69% | 0.46% | - |
| HSV(B) | 12.3º | 0.81% | 0.78% | - |
| XYZ | 25.81 | 16.52 | 3.58 | - |
| YUV | 104.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 37 | 0 | 0.65 | 0.81 | 0.22 | 12.3 | 0.69 | 0.46 |
| Hex | C6 | 46 | 25 | 0 | 41 | 51 | 16 | C | 45 | 2E |
| Octal | 306 | 106 | 45 | 0 | 101 | 121 | 26 | 14 | 105 | 56 |
| Binary | 11000110 | 1000110 | 100101 | 0 | 1000001 | 1010001 | 10110 | 1100 | 1000101 | 101110 |
Color Harmonies of #C64625
Complementary color
Monochromatic Colors of #C64625
Black with #C64625
Text Example
Text Example
White with #C64625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64625; }
p { color: rgb(198,70,37); }
H1.HeaderClassName
{
color: #C64625;
}
.AnyTagClassName
{
color: #C64625;
}
</style>
background-color css
<style>
a { background-color: #C64625; }
a { background-color: rgb(198,70,37); }
div.DivClassName
{
background-color: #C64625;
}
.BgClassName
{
background-color: #C64625;
}
</style>
border-color css
<style>
span { border-color: #C64625; }
span { border-color: rgb(198,70,37); }
td.TdClassName
{
border-color: #C64625;
}
.TagClassName
{
border-color: #C64625;
}
</style>