Shades of Trinidad #CC482C
Tints of Trinidad #CC482C
RGB
CMYK
RGB Variations
Color information
#CC482C (or 0xCC482C) is known color: Trinidad. HEX triplet: CC, 48 and 2C. RGB value is (204,72,44). Sum of RGB (Red+Green+Blue) = 204+72+44=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC482C is #33B7D3. Grayscale: #6C6C6C. Windows color (decimal): -3389396 or 2902220. OLE color: 2902220.
HSL color Cylindrical-coordinate representation of color #CC482C: hue angle of 10.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC482C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 44 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.2 |
| HSL | 10.5º | 0.65% | 0.49% | - |
| HSV(B) | 10.5º | 0.78% | 0.8% | - |
| XYZ | 27.67 | 17.65 | 4.33 | - |
| YUV | 108.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 44 | 0 | 0.65 | 0.78 | 0.2 | 10.5 | 0.65 | 0.49 |
| Hex | CC | 48 | 2C | 0 | 41 | 4E | 14 | A | 41 | 31 |
| Octal | 314 | 110 | 54 | 0 | 101 | 116 | 24 | 12 | 101 | 61 |
| Binary | 11001100 | 1001000 | 101100 | 0 | 1000001 | 1001110 | 10100 | 1010 | 1000001 | 110001 |
Color Harmonies of #CC482C
Complementary color
Monochromatic Colors of #CC482C
Black with #CC482C
Text Example
Text Example
White with #CC482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC482C; }
p { color: rgb(204,72,44); }
H1.HeaderClassName
{
color: #CC482C;
}
.AnyTagClassName
{
color: #CC482C;
}
</style>
background-color css
<style>
a { background-color: #CC482C; }
a { background-color: rgb(204,72,44); }
div.DivClassName
{
background-color: #CC482C;
}
.BgClassName
{
background-color: #CC482C;
}
</style>
border-color css
<style>
span { border-color: #CC482C; }
span { border-color: rgb(204,72,44); }
td.TdClassName
{
border-color: #CC482C;
}
.TagClassName
{
border-color: #CC482C;
}
</style>