Shades of Trinidad #C45523
Tints of Trinidad #C45523
RGB
CMYK
RGB Variations
Color information
#C45523 (or 0xC45523) is known color: Trinidad. HEX triplet: C4, 55 and 23. RGB value is (196,85,35). Sum of RGB (Red+Green+Blue) = 196+85+35=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C45523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45523 is #3BAADC. Grayscale: #707070. Windows color (decimal): -3910365 or 2315716. OLE color: 2315716.
HSL color Cylindrical-coordinate representation of color #C45523: hue angle of 18.63º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C45523 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 35 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.23 |
| HSL | 18.63º | 0.7% | 0.45% | - |
| HSV(B) | 18.63º | 0.82% | 0.77% | - |
| XYZ | 26.32 | 18.35 | 3.75 | - |
| YUV | 112.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 35 | 0 | 0.57 | 0.82 | 0.23 | 18.63 | 0.7 | 0.45 |
| Hex | C4 | 55 | 23 | 0 | 39 | 52 | 17 | 13 | 46 | 2D |
| Octal | 304 | 125 | 43 | 0 | 71 | 122 | 27 | 23 | 106 | 55 |
| Binary | 11000100 | 1010101 | 100011 | 0 | 111001 | 1010010 | 10111 | 10011 | 1000110 | 101101 |
Color Harmonies of #C45523
Complementary color
Monochromatic Colors of #C45523
Black with #C45523
Text Example
Text Example
White with #C45523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45523; }
p { color: rgb(196,85,35); }
H1.HeaderClassName
{
color: #C45523;
}
.AnyTagClassName
{
color: #C45523;
}
</style>
background-color css
<style>
a { background-color: #C45523; }
a { background-color: rgb(196,85,35); }
div.DivClassName
{
background-color: #C45523;
}
.BgClassName
{
background-color: #C45523;
}
</style>
border-color css
<style>
span { border-color: #C45523; }
span { border-color: rgb(196,85,35); }
td.TdClassName
{
border-color: #C45523;
}
.TagClassName
{
border-color: #C45523;
}
</style>