Shades of Trinidad #C64A23
Tints of Trinidad #C64A23
RGB
CMYK
RGB Variations
Color information
#C64A23 (or 0xC64A23) is known color: Trinidad. HEX triplet: C6, 4A and 23. RGB value is (198,74,35). Sum of RGB (Red+Green+Blue) = 198+74+35=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A23 is #39B5DC. Grayscale: #6A6A6A. Windows color (decimal): -3782109 or 2312902. OLE color: 2312902.
HSL color Cylindrical-coordinate representation of color #C64A23: hue angle of 14.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C64A23 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 35 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.22 |
| HSL | 14.36º | 0.7% | 0.46% | - |
| HSV(B) | 14.36º | 0.82% | 0.78% | - |
| XYZ | 26.04 | 17.02 | 3.5 | - |
| YUV | 106.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 35 | 0 | 0.63 | 0.82 | 0.22 | 14.36 | 0.7 | 0.46 |
| Hex | C6 | 4A | 23 | 0 | 3F | 52 | 16 | E | 46 | 2E |
| Octal | 306 | 112 | 43 | 0 | 77 | 122 | 26 | 16 | 106 | 56 |
| Binary | 11000110 | 1001010 | 100011 | 0 | 111111 | 1010010 | 10110 | 1110 | 1000110 | 101110 |
Color Harmonies of #C64A23
Complementary color
Monochromatic Colors of #C64A23
Black with #C64A23
Text Example
Text Example
White with #C64A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A23; }
p { color: rgb(198,74,35); }
H1.HeaderClassName
{
color: #C64A23;
}
.AnyTagClassName
{
color: #C64A23;
}
</style>
background-color css
<style>
a { background-color: #C64A23; }
a { background-color: rgb(198,74,35); }
div.DivClassName
{
background-color: #C64A23;
}
.BgClassName
{
background-color: #C64A23;
}
</style>
border-color css
<style>
span { border-color: #C64A23; }
span { border-color: rgb(198,74,35); }
td.TdClassName
{
border-color: #C64A23;
}
.TagClassName
{
border-color: #C64A23;
}
</style>