Shades of Trinidad #C64A32
Tints of Trinidad #C64A32
RGB
CMYK
RGB Variations
Color information
#C64A32 (or 0xC64A32) is known color: Trinidad. HEX triplet: C6, 4A and 32. RGB value is (198,74,50). Sum of RGB (Red+Green+Blue) = 198+74+50=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A32 is #39B5CD. Grayscale: #6C6C6C. Windows color (decimal): -3782094 or 3295942. OLE color: 3295942.
HSL color Cylindrical-coordinate representation of color #C64A32: hue angle of 9.73º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64A32 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 50 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.22 |
| HSL | 9.73º | 0.6% | 0.49% | - |
| HSV(B) | 9.73º | 0.75% | 0.78% | - |
| XYZ | 26.31 | 17.13 | 4.94 | - |
| YUV | 108.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 50 | 0 | 0.63 | 0.75 | 0.22 | 9.73 | 0.6 | 0.49 |
| Hex | C6 | 4A | 32 | 0 | 3F | 4B | 16 | A | 3C | 31 |
| Octal | 306 | 112 | 62 | 0 | 77 | 113 | 26 | 12 | 74 | 61 |
| Binary | 11000110 | 1001010 | 110010 | 0 | 111111 | 1001011 | 10110 | 1010 | 111100 | 110001 |
Color Harmonies of #C64A32
Complementary color
Monochromatic Colors of #C64A32
Black with #C64A32
Text Example
Text Example
White with #C64A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A32; }
p { color: rgb(198,74,50); }
H1.HeaderClassName
{
color: #C64A32;
}
.AnyTagClassName
{
color: #C64A32;
}
</style>
background-color css
<style>
a { background-color: #C64A32; }
a { background-color: rgb(198,74,50); }
div.DivClassName
{
background-color: #C64A32;
}
.BgClassName
{
background-color: #C64A32;
}
</style>
border-color css
<style>
span { border-color: #C64A32; }
span { border-color: rgb(198,74,50); }
td.TdClassName
{
border-color: #C64A32;
}
.TagClassName
{
border-color: #C64A32;
}
</style>