Shades of Trinidad #C64B32
Tints of Trinidad #C64B32
RGB
CMYK
RGB Variations
Color information
#C64B32 (or 0xC64B32) is known color: Trinidad. HEX triplet: C6, 4B and 32. RGB value is (198,75,50). Sum of RGB (Red+Green+Blue) = 198+75+50=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B32 is #39B4CD. Grayscale: #6D6D6D. Windows color (decimal): -3781838 or 3296198. OLE color: 3296198.
HSL color Cylindrical-coordinate representation of color #C64B32: hue angle of 10.14º 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 #C64B32 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 50 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.22 |
| HSL | 10.14º | 0.6% | 0.49% | - |
| HSV(B) | 10.14º | 0.75% | 0.78% | - |
| XYZ | 26.38 | 17.27 | 4.96 | - |
| YUV | 108.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 50 | 0 | 0.62 | 0.75 | 0.22 | 10.14 | 0.6 | 0.49 |
| Hex | C6 | 4B | 32 | 0 | 3E | 4B | 16 | A | 3C | 31 |
| Octal | 306 | 113 | 62 | 0 | 76 | 113 | 26 | 12 | 74 | 61 |
| Binary | 11000110 | 1001011 | 110010 | 0 | 111110 | 1001011 | 10110 | 1010 | 111100 | 110001 |
Color Harmonies of #C64B32
Complementary color
Monochromatic Colors of #C64B32
Black with #C64B32
Text Example
Text Example
White with #C64B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B32; }
p { color: rgb(198,75,50); }
H1.HeaderClassName
{
color: #C64B32;
}
.AnyTagClassName
{
color: #C64B32;
}
</style>
background-color css
<style>
a { background-color: #C64B32; }
a { background-color: rgb(198,75,50); }
div.DivClassName
{
background-color: #C64B32;
}
.BgClassName
{
background-color: #C64B32;
}
</style>
border-color css
<style>
span { border-color: #C64B32; }
span { border-color: rgb(198,75,50); }
td.TdClassName
{
border-color: #C64B32;
}
.TagClassName
{
border-color: #C64B32;
}
</style>