Shades of Trinidad #CC5328
Tints of Trinidad #CC5328
RGB
CMYK
RGB Variations
Color information
#CC5328 (or 0xCC5328) is known color: Trinidad. HEX triplet: CC, 53 and 28. RGB value is (204,83,40). Sum of RGB (Red+Green+Blue) = 204+83+40=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5328 is #33ACD7. Grayscale: #727272. Windows color (decimal): -3386584 or 2642892. OLE color: 2642892.
HSL color Cylindrical-coordinate representation of color #CC5328: hue angle of 15.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC5328 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 40 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.2 |
| HSL | 15.73º | 0.67% | 0.48% | - |
| HSV(B) | 15.73º | 0.8% | 0.8% | - |
| XYZ | 28.38 | 19.18 | 4.21 | - |
| YUV | 114.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 40 | 0 | 0.59 | 0.80 | 0.2 | 15.73 | 0.67 | 0.48 |
| Hex | CC | 53 | 28 | 0 | 3B | 50 | 14 | 10 | 43 | 30 |
| Octal | 314 | 123 | 50 | 0 | 73 | 120 | 24 | 20 | 103 | 60 |
| Binary | 11001100 | 1010011 | 101000 | 0 | 111011 | 1010000 | 10100 | 10000 | 1000011 | 110000 |
Color Harmonies of #CC5328
Complementary color
Monochromatic Colors of #CC5328
Black with #CC5328
Text Example
Text Example
White with #CC5328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5328; }
p { color: rgb(204,83,40); }
H1.HeaderClassName
{
color: #CC5328;
}
.AnyTagClassName
{
color: #CC5328;
}
</style>
background-color css
<style>
a { background-color: #CC5328; }
a { background-color: rgb(204,83,40); }
div.DivClassName
{
background-color: #CC5328;
}
.BgClassName
{
background-color: #CC5328;
}
</style>
border-color css
<style>
span { border-color: #CC5328; }
span { border-color: rgb(204,83,40); }
td.TdClassName
{
border-color: #CC5328;
}
.TagClassName
{
border-color: #CC5328;
}
</style>