Shades of Trinidad #CC5024
Tints of Trinidad #CC5024
RGB
CMYK
RGB Variations
Color information
#CC5024 (or 0xCC5024) is known color: Trinidad. HEX triplet: CC, 50 and 24. RGB value is (204,80,36). Sum of RGB (Red+Green+Blue) = 204+80+36=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5024 is #33AFDB. Grayscale: #707070. Windows color (decimal): -3387356 or 2379980. OLE color: 2379980.
HSL color Cylindrical-coordinate representation of color #CC5024: hue angle of 15.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC5024 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 36 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.2 |
| HSL | 15.71º | 0.7% | 0.47% | - |
| HSV(B) | 15.71º | 0.82% | 0.8% | - |
| XYZ | 28.09 | 18.7 | 3.8 | - |
| YUV | 112.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 36 | 0 | 0.61 | 0.82 | 0.2 | 15.71 | 0.7 | 0.47 |
| Hex | CC | 50 | 24 | 0 | 3D | 52 | 14 | 10 | 46 | 2F |
| Octal | 314 | 120 | 44 | 0 | 75 | 122 | 24 | 20 | 106 | 57 |
| Binary | 11001100 | 1010000 | 100100 | 0 | 111101 | 1010010 | 10100 | 10000 | 1000110 | 101111 |
Color Harmonies of #CC5024
Complementary color
Monochromatic Colors of #CC5024
Black with #CC5024
Text Example
Text Example
White with #CC5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5024; }
p { color: rgb(204,80,36); }
H1.HeaderClassName
{
color: #CC5024;
}
.AnyTagClassName
{
color: #CC5024;
}
</style>
background-color css
<style>
a { background-color: #CC5024; }
a { background-color: rgb(204,80,36); }
div.DivClassName
{
background-color: #CC5024;
}
.BgClassName
{
background-color: #CC5024;
}
</style>
border-color css
<style>
span { border-color: #CC5024; }
span { border-color: rgb(204,80,36); }
td.TdClassName
{
border-color: #CC5024;
}
.TagClassName
{
border-color: #CC5024;
}
</style>