Shades of Trinidad #CC552F
Tints of Trinidad #CC552F
RGB
CMYK
RGB Variations
Color information
#CC552F (or 0xCC552F) is known color: Trinidad. HEX triplet: CC, 55 and 2F. RGB value is (204,85,47). Sum of RGB (Red+Green+Blue) = 204+85+47=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC552F is #33AAD0. Grayscale: #747474. Windows color (decimal): -3386065 or 3102156. OLE color: 3102156.
HSL color Cylindrical-coordinate representation of color #CC552F: hue angle of 14.52º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC552F is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 47 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.2 |
| HSL | 14.52º | 0.63% | 0.49% | - |
| HSV(B) | 14.52º | 0.77% | 0.8% | - |
| XYZ | 28.66 | 19.54 | 4.95 | - |
| YUV | 116.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 47 | 0 | 0.58 | 0.77 | 0.2 | 14.52 | 0.63 | 0.49 |
| Hex | CC | 55 | 2F | 0 | 3A | 4D | 14 | F | 3F | 31 |
| Octal | 314 | 125 | 57 | 0 | 72 | 115 | 24 | 17 | 77 | 61 |
| Binary | 11001100 | 1010101 | 101111 | 0 | 111010 | 1001101 | 10100 | 1111 | 111111 | 110001 |
Color Harmonies of #CC552F
Complementary color
Monochromatic Colors of #CC552F
Black with #CC552F
Text Example
Text Example
White with #CC552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC552F; }
p { color: rgb(204,85,47); }
H1.HeaderClassName
{
color: #CC552F;
}
.AnyTagClassName
{
color: #CC552F;
}
</style>
background-color css
<style>
a { background-color: #CC552F; }
a { background-color: rgb(204,85,47); }
div.DivClassName
{
background-color: #CC552F;
}
.BgClassName
{
background-color: #CC552F;
}
</style>
border-color css
<style>
span { border-color: #CC552F; }
span { border-color: rgb(204,85,47); }
td.TdClassName
{
border-color: #CC552F;
}
.TagClassName
{
border-color: #CC552F;
}
</style>