Shades of Trinidad #C64523
Tints of Trinidad #C64523
RGB
CMYK
RGB Variations
Color information
#C64523 (or 0xC64523) is known color: Trinidad. HEX triplet: C6, 45 and 23. RGB value is (198,69,35). Sum of RGB (Red+Green+Blue) = 198+69+35=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C64523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64523 is #39BADC. Grayscale: #676767. Windows color (decimal): -3783389 or 2311622. OLE color: 2311622.
HSL color Cylindrical-coordinate representation of color #C64523: hue angle of 12.52º 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 #C64523 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 35 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.22 |
| HSL | 12.52º | 0.7% | 0.46% | - |
| HSV(B) | 12.52º | 0.82% | 0.78% | - |
| XYZ | 25.72 | 16.38 | 3.4 | - |
| YUV | 103.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 35 | 0 | 0.65 | 0.82 | 0.22 | 12.52 | 0.7 | 0.46 |
| Hex | C6 | 45 | 23 | 0 | 41 | 52 | 16 | D | 46 | 2E |
| Octal | 306 | 105 | 43 | 0 | 101 | 122 | 26 | 15 | 106 | 56 |
| Binary | 11000110 | 1000101 | 100011 | 0 | 1000001 | 1010010 | 10110 | 1101 | 1000110 | 101110 |
Color Harmonies of #C64523
Complementary color
Monochromatic Colors of #C64523
Black with #C64523
Text Example
Text Example
White with #C64523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64523; }
p { color: rgb(198,69,35); }
H1.HeaderClassName
{
color: #C64523;
}
.AnyTagClassName
{
color: #C64523;
}
</style>
background-color css
<style>
a { background-color: #C64523; }
a { background-color: rgb(198,69,35); }
div.DivClassName
{
background-color: #C64523;
}
.BgClassName
{
background-color: #C64523;
}
</style>
border-color css
<style>
span { border-color: #C64523; }
span { border-color: rgb(198,69,35); }
td.TdClassName
{
border-color: #C64523;
}
.TagClassName
{
border-color: #C64523;
}
</style>