Shades of Trinidad #C64323
Tints of Trinidad #C64323
RGB
CMYK
RGB Variations
Color information
#C64323 (or 0xC64323) is known color: Trinidad. HEX triplet: C6, 43 and 23. RGB value is (198,67,35). Sum of RGB (Red+Green+Blue) = 198+67+35=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C64323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64323 is #39BCDC. Grayscale: #666666. Windows color (decimal): -3783901 or 2311110. OLE color: 2311110.
HSL color Cylindrical-coordinate representation of color #C64323: hue angle of 11.78º 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 #C64323 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 35 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.22 |
| HSL | 11.78º | 0.7% | 0.46% | - |
| HSV(B) | 11.78º | 0.82% | 0.78% | - |
| XYZ | 25.6 | 16.14 | 3.36 | - |
| YUV | 102.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 35 | 0 | 0.66 | 0.82 | 0.22 | 11.78 | 0.7 | 0.46 |
| Hex | C6 | 43 | 23 | 0 | 42 | 52 | 16 | C | 46 | 2E |
| Octal | 306 | 103 | 43 | 0 | 102 | 122 | 26 | 14 | 106 | 56 |
| Binary | 11000110 | 1000011 | 100011 | 0 | 1000010 | 1010010 | 10110 | 1100 | 1000110 | 101110 |
Color Harmonies of #C64323
Complementary color
Monochromatic Colors of #C64323
Black with #C64323
Text Example
Text Example
White with #C64323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64323; }
p { color: rgb(198,67,35); }
H1.HeaderClassName
{
color: #C64323;
}
.AnyTagClassName
{
color: #C64323;
}
</style>
background-color css
<style>
a { background-color: #C64323; }
a { background-color: rgb(198,67,35); }
div.DivClassName
{
background-color: #C64323;
}
.BgClassName
{
background-color: #C64323;
}
</style>
border-color css
<style>
span { border-color: #C64323; }
span { border-color: rgb(198,67,35); }
td.TdClassName
{
border-color: #C64323;
}
.TagClassName
{
border-color: #C64323;
}
</style>