Shades of Trinidad #CD5323
Tints of Trinidad #CD5323
RGB
CMYK
RGB Variations
Color information
#CD5323 (or 0xCD5323) is known color: Trinidad. HEX triplet: CD, 53 and 23. RGB value is (205,83,35). Sum of RGB (Red+Green+Blue) = 205+83+35=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5323 is #32ACDC. Grayscale: #727272. Windows color (decimal): -3321053 or 2315213. OLE color: 2315213.
HSL color Cylindrical-coordinate representation of color #CD5323: hue angle of 16.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD5323 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 35 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.20 |
| HSL | 16.94º | 0.71% | 0.47% | - |
| HSV(B) | 16.94º | 0.83% | 0.8% | - |
| XYZ | 28.57 | 19.29 | 3.81 | - |
| YUV | 114.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 35 | 0 | 0.60 | 0.83 | 0.20 | 16.94 | 0.71 | 0.47 |
| Hex | CD | 53 | 23 | 0 | 3C | 53 | 14 | 11 | 47 | 2F |
| Octal | 315 | 123 | 43 | 0 | 74 | 123 | 24 | 21 | 107 | 57 |
| Binary | 11001101 | 1010011 | 100011 | 0 | 111100 | 1010011 | 10100 | 10001 | 1000111 | 101111 |
Color Harmonies of #CD5323
Complementary color
Monochromatic Colors of #CD5323
Black with #CD5323
Text Example
Text Example
White with #CD5323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5323; }
p { color: rgb(205,83,35); }
H1.HeaderClassName
{
color: #CD5323;
}
.AnyTagClassName
{
color: #CD5323;
}
</style>
background-color css
<style>
a { background-color: #CD5323; }
a { background-color: rgb(205,83,35); }
div.DivClassName
{
background-color: #CD5323;
}
.BgClassName
{
background-color: #CD5323;
}
</style>
border-color css
<style>
span { border-color: #CD5323; }
span { border-color: rgb(205,83,35); }
td.TdClassName
{
border-color: #CD5323;
}
.TagClassName
{
border-color: #CD5323;
}
</style>