Shades of Trinidad #C64B33
Tints of Trinidad #C64B33
RGB
CMYK
RGB Variations
Color information
#C64B33 (or 0xC64B33) is known color: Trinidad. HEX triplet: C6, 4B and 33. RGB value is (198,75,51). Sum of RGB (Red+Green+Blue) = 198+75+51=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B33 is #39B4CC. Grayscale: #6D6D6D. Windows color (decimal): -3781837 or 3361734. OLE color: 3361734.
HSL color Cylindrical-coordinate representation of color #C64B33: hue angle of 9.8º 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 #C64B33 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.22 |
| HSL | 9.8º | 0.59% | 0.49% | - |
| HSV(B) | 9.8º | 0.74% | 0.78% | - |
| XYZ | 26.4 | 17.28 | 5.08 | - |
| YUV | 109.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 51 | 0 | 0.62 | 0.74 | 0.22 | 9.8 | 0.59 | 0.49 |
| Hex | C6 | 4B | 33 | 0 | 3E | 4A | 16 | A | 3B | 31 |
| Octal | 306 | 113 | 63 | 0 | 76 | 112 | 26 | 12 | 73 | 61 |
| Binary | 11000110 | 1001011 | 110011 | 0 | 111110 | 1001010 | 10110 | 1010 | 111011 | 110001 |
Color Harmonies of #C64B33
Complementary color
Monochromatic Colors of #C64B33
Black with #C64B33
Text Example
Text Example
White with #C64B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B33; }
p { color: rgb(198,75,51); }
H1.HeaderClassName
{
color: #C64B33;
}
.AnyTagClassName
{
color: #C64B33;
}
</style>
background-color css
<style>
a { background-color: #C64B33; }
a { background-color: rgb(198,75,51); }
div.DivClassName
{
background-color: #C64B33;
}
.BgClassName
{
background-color: #C64B33;
}
</style>
border-color css
<style>
span { border-color: #C64B33; }
span { border-color: rgb(198,75,51); }
td.TdClassName
{
border-color: #C64B33;
}
.TagClassName
{
border-color: #C64B33;
}
</style>