Shades of Trinidad #C6531C
Tints of Trinidad #C6531C
RGB
CMYK
RGB Variations
Color information
#C6531C (or 0xC6531C) is known color: Trinidad. HEX triplet: C6, 53 and 1C. RGB value is (198,83,28). Sum of RGB (Red+Green+Blue) = 198+83+28=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6531C is #39ACE3. Grayscale: #6F6F6F. Windows color (decimal): -3779812 or 1856454. OLE color: 1856454.
HSL color Cylindrical-coordinate representation of color #C6531C: hue angle of 19.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6531C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.22 |
| HSL | 19.41º | 0.75% | 0.44% | - |
| HSV(B) | 19.41º | 0.86% | 0.78% | - |
| XYZ | 26.59 | 18.28 | 3.22 | - |
| YUV | 111.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 28 | 0 | 0.58 | 0.86 | 0.22 | 19.41 | 0.75 | 0.44 |
| Hex | C6 | 53 | 1C | 0 | 3A | 56 | 16 | 13 | 4B | 2C |
| Octal | 306 | 123 | 34 | 0 | 72 | 126 | 26 | 23 | 113 | 54 |
| Binary | 11000110 | 1010011 | 11100 | 0 | 111010 | 1010110 | 10110 | 10011 | 1001011 | 101100 |
Color Harmonies of #C6531C
Complementary color
Monochromatic Colors of #C6531C
Black with #C6531C
Text Example
Text Example
White with #C6531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6531C; }
p { color: rgb(198,83,28); }
H1.HeaderClassName
{
color: #C6531C;
}
.AnyTagClassName
{
color: #C6531C;
}
</style>
background-color css
<style>
a { background-color: #C6531C; }
a { background-color: rgb(198,83,28); }
div.DivClassName
{
background-color: #C6531C;
}
.BgClassName
{
background-color: #C6531C;
}
</style>
border-color css
<style>
span { border-color: #C6531C; }
span { border-color: rgb(198,83,28); }
td.TdClassName
{
border-color: #C6531C;
}
.TagClassName
{
border-color: #C6531C;
}
</style>