Shades of Trinidad #CC532F
Tints of Trinidad #CC532F
RGB
CMYK
RGB Variations
Color information
#CC532F (or 0xCC532F) is known color: Trinidad. HEX triplet: CC, 53 and 2F. RGB value is (204,83,47). Sum of RGB (Red+Green+Blue) = 204+83+47=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC532F is #33ACD0. Grayscale: #737373. Windows color (decimal): -3386577 or 3101644. OLE color: 3101644.
HSL color Cylindrical-coordinate representation of color #CC532F: hue angle of 13.76º 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 #CC532F is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 47 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.2 |
| HSL | 13.76º | 0.63% | 0.49% | - |
| HSV(B) | 13.76º | 0.77% | 0.8% | - |
| XYZ | 28.51 | 19.23 | 4.9 | - |
| YUV | 115.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 47 | 0 | 0.59 | 0.77 | 0.2 | 13.76 | 0.63 | 0.49 |
| Hex | CC | 53 | 2F | 0 | 3B | 4D | 14 | E | 3F | 31 |
| Octal | 314 | 123 | 57 | 0 | 73 | 115 | 24 | 16 | 77 | 61 |
| Binary | 11001100 | 1010011 | 101111 | 0 | 111011 | 1001101 | 10100 | 1110 | 111111 | 110001 |
Color Harmonies of #CC532F
Complementary color
Monochromatic Colors of #CC532F
Black with #CC532F
Text Example
Text Example
White with #CC532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC532F; }
p { color: rgb(204,83,47); }
H1.HeaderClassName
{
color: #CC532F;
}
.AnyTagClassName
{
color: #CC532F;
}
</style>
background-color css
<style>
a { background-color: #CC532F; }
a { background-color: rgb(204,83,47); }
div.DivClassName
{
background-color: #CC532F;
}
.BgClassName
{
background-color: #CC532F;
}
</style>
border-color css
<style>
span { border-color: #CC532F; }
span { border-color: rgb(204,83,47); }
td.TdClassName
{
border-color: #CC532F;
}
.TagClassName
{
border-color: #CC532F;
}
</style>