Shades of Trinidad #CC5323
Tints of Trinidad #CC5323
RGB
CMYK
RGB Variations
Color information
#CC5323 (or 0xCC5323) is known color: Trinidad. HEX triplet: CC, 53 and 23. RGB value is (204,83,35). Sum of RGB (Red+Green+Blue) = 204+83+35=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5323 is #33ACDC. Grayscale: #727272. Windows color (decimal): -3386589 or 2315212. OLE color: 2315212.
HSL color Cylindrical-coordinate representation of color #CC5323: hue angle of 17.04º 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 #CC5323 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 35 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.2 |
| HSL | 17.04º | 0.71% | 0.47% | - |
| HSV(B) | 17.04º | 0.83% | 0.8% | - |
| XYZ | 28.3 | 19.15 | 3.79 | - |
| YUV | 113.71 | 83.59 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 35 | 0 | 0.59 | 0.83 | 0.2 | 17.04 | 0.71 | 0.47 |
| Hex | CC | 53 | 23 | 0 | 3B | 53 | 14 | 11 | 47 | 2F |
| Octal | 314 | 123 | 43 | 0 | 73 | 123 | 24 | 21 | 107 | 57 |
| Binary | 11001100 | 1010011 | 100011 | 0 | 111011 | 1010011 | 10100 | 10001 | 1000111 | 101111 |
Color Harmonies of #CC5323
Complementary color
Monochromatic Colors of #CC5323
Black with #CC5323
Text Example
Text Example
White with #CC5323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5323; }
p { color: rgb(204,83,35); }
H1.HeaderClassName
{
color: #CC5323;
}
.AnyTagClassName
{
color: #CC5323;
}
</style>
background-color css
<style>
a { background-color: #CC5323; }
a { background-color: rgb(204,83,35); }
div.DivClassName
{
background-color: #CC5323;
}
.BgClassName
{
background-color: #CC5323;
}
</style>
border-color css
<style>
span { border-color: #CC5323; }
span { border-color: rgb(204,83,35); }
td.TdClassName
{
border-color: #CC5323;
}
.TagClassName
{
border-color: #CC5323;
}
</style>