Shades of Trinidad #C64526
Tints of Trinidad #C64526
RGB
CMYK
RGB Variations
Color information
#C64526 (or 0xC64526) is known color: Trinidad. HEX triplet: C6, 45 and 26. RGB value is (198,69,38). Sum of RGB (Red+Green+Blue) = 198+69+38=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C64526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64526 is #39BAD9. Grayscale: #686868. Windows color (decimal): -3783386 or 2508230. OLE color: 2508230.
HSL color Cylindrical-coordinate representation of color #C64526: hue angle of 11.62º degrees, saturation: 0.68, 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 #C64526 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 38 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.22 |
| HSL | 11.63º | 0.68% | 0.46% | - |
| HSV(B) | 11.63º | 0.81% | 0.78% | - |
| XYZ | 25.77 | 16.4 | 3.64 | - |
| YUV | 104.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 38 | 0 | 0.65 | 0.81 | 0.22 | 11.63 | 0.68 | 0.46 |
| Hex | C6 | 45 | 26 | 0 | 41 | 51 | 16 | C | 44 | 2E |
| Octal | 306 | 105 | 46 | 0 | 101 | 121 | 26 | 14 | 104 | 56 |
| Binary | 11000110 | 1000101 | 100110 | 0 | 1000001 | 1010001 | 10110 | 1100 | 1000100 | 101110 |
Color Harmonies of #C64526
Complementary color
Monochromatic Colors of #C64526
Black with #C64526
Text Example
Text Example
White with #C64526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64526; }
p { color: rgb(198,69,38); }
H1.HeaderClassName
{
color: #C64526;
}
.AnyTagClassName
{
color: #C64526;
}
</style>
background-color css
<style>
a { background-color: #C64526; }
a { background-color: rgb(198,69,38); }
div.DivClassName
{
background-color: #C64526;
}
.BgClassName
{
background-color: #C64526;
}
</style>
border-color css
<style>
span { border-color: #C64526; }
span { border-color: rgb(198,69,38); }
td.TdClassName
{
border-color: #C64526;
}
.TagClassName
{
border-color: #C64526;
}
</style>