Shades of Trinidad #C64228
Tints of Trinidad #C64228
RGB
CMYK
RGB Variations
Color information
#C64228 (or 0xC64228) is known color: Trinidad. HEX triplet: C6, 42 and 28. RGB value is (198,66,40). Sum of RGB (Red+Green+Blue) = 198+66+40=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C64228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64228 is #39BDD7. Grayscale: #666666. Windows color (decimal): -3784152 or 2638534. OLE color: 2638534.
HSL color Cylindrical-coordinate representation of color #C64228: hue angle of 9.87º 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 #C64228 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 40 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.22 |
| HSL | 9.87º | 0.66% | 0.47% | - |
| HSV(B) | 9.87º | 0.8% | 0.78% | - |
| XYZ | 25.62 | 16.06 | 3.76 | - |
| YUV | 102.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 40 | 0 | 0.67 | 0.80 | 0.22 | 9.87 | 0.66 | 0.47 |
| Hex | C6 | 42 | 28 | 0 | 43 | 50 | 16 | A | 42 | 2F |
| Octal | 306 | 102 | 50 | 0 | 103 | 120 | 26 | 12 | 102 | 57 |
| Binary | 11000110 | 1000010 | 101000 | 0 | 1000011 | 1010000 | 10110 | 1010 | 1000010 | 101111 |
Color Harmonies of #C64228
Complementary color
Monochromatic Colors of #C64228
Black with #C64228
Text Example
Text Example
White with #C64228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64228; }
p { color: rgb(198,66,40); }
H1.HeaderClassName
{
color: #C64228;
}
.AnyTagClassName
{
color: #C64228;
}
</style>
background-color css
<style>
a { background-color: #C64228; }
a { background-color: rgb(198,66,40); }
div.DivClassName
{
background-color: #C64228;
}
.BgClassName
{
background-color: #C64228;
}
</style>
border-color css
<style>
span { border-color: #C64228; }
span { border-color: rgb(198,66,40); }
td.TdClassName
{
border-color: #C64228;
}
.TagClassName
{
border-color: #C64228;
}
</style>