Shades of Trinidad #C3522D
Tints of Trinidad #C3522D
RGB
CMYK
RGB Variations
Color information
#C3522D (or 0xC3522D) is known color: Trinidad. HEX triplet: C3, 52 and 2D. RGB value is (195,82,45). Sum of RGB (Red+Green+Blue) = 195+82+45=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3522D is #3CADD2. Grayscale: #6F6F6F. Windows color (decimal): -3976659 or 2970307. OLE color: 2970307.
HSL color Cylindrical-coordinate representation of color #C3522D: hue angle of 14.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3522D is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 45 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.24 |
| HSL | 14.8º | 0.63% | 0.47% | - |
| HSV(B) | 14.8º | 0.77% | 0.76% | - |
| XYZ | 26 | 17.83 | 4.55 | - |
| YUV | 111.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 45 | 0 | 0.58 | 0.77 | 0.24 | 14.8 | 0.63 | 0.47 |
| Hex | C3 | 52 | 2D | 0 | 3A | 4D | 18 | F | 3E | 2F |
| Octal | 303 | 122 | 55 | 0 | 72 | 115 | 30 | 17 | 76 | 57 |
| Binary | 11000011 | 1010010 | 101101 | 0 | 111010 | 1001101 | 11000 | 1111 | 111110 | 101111 |
Color Harmonies of #C3522D
Complementary color
Monochromatic Colors of #C3522D
Black with #C3522D
Text Example
Text Example
White with #C3522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3522D; }
p { color: rgb(195,82,45); }
H1.HeaderClassName
{
color: #C3522D;
}
.AnyTagClassName
{
color: #C3522D;
}
</style>
background-color css
<style>
a { background-color: #C3522D; }
a { background-color: rgb(195,82,45); }
div.DivClassName
{
background-color: #C3522D;
}
.BgClassName
{
background-color: #C3522D;
}
</style>
border-color css
<style>
span { border-color: #C3522D; }
span { border-color: rgb(195,82,45); }
td.TdClassName
{
border-color: #C3522D;
}
.TagClassName
{
border-color: #C3522D;
}
</style>