Shades of Trinidad #C64F33
Tints of Trinidad #C64F33
RGB
CMYK
RGB Variations
Color information
#C64F33 (or 0xC64F33) is known color: Trinidad. HEX triplet: C6, 4F and 33. RGB value is (198,79,51). Sum of RGB (Red+Green+Blue) = 198+79+51=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F33 is #39B0CC. Grayscale: #6F6F6F. Windows color (decimal): -3780813 or 3362758. OLE color: 3362758.
HSL color Cylindrical-coordinate representation of color #C64F33: hue angle of 11.43º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C64F33 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 51 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.22 |
| HSL | 11.43º | 0.59% | 0.49% | - |
| HSV(B) | 11.43º | 0.74% | 0.78% | - |
| XYZ | 26.68 | 17.84 | 5.17 | - |
| YUV | 111.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 51 | 0 | 0.60 | 0.74 | 0.22 | 11.43 | 0.59 | 0.49 |
| Hex | C6 | 4F | 33 | 0 | 3C | 4A | 16 | B | 3B | 31 |
| Octal | 306 | 117 | 63 | 0 | 74 | 112 | 26 | 13 | 73 | 61 |
| Binary | 11000110 | 1001111 | 110011 | 0 | 111100 | 1001010 | 10110 | 1011 | 111011 | 110001 |
Color Harmonies of #C64F33
Complementary color
Monochromatic Colors of #C64F33
Black with #C64F33
Text Example
Text Example
White with #C64F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F33; }
p { color: rgb(198,79,51); }
H1.HeaderClassName
{
color: #C64F33;
}
.AnyTagClassName
{
color: #C64F33;
}
</style>
background-color css
<style>
a { background-color: #C64F33; }
a { background-color: rgb(198,79,51); }
div.DivClassName
{
background-color: #C64F33;
}
.BgClassName
{
background-color: #C64F33;
}
</style>
border-color css
<style>
span { border-color: #C64F33; }
span { border-color: rgb(198,79,51); }
td.TdClassName
{
border-color: #C64F33;
}
.TagClassName
{
border-color: #C64F33;
}
</style>