Shades of Trinidad #CC4E31
Tints of Trinidad #CC4E31
RGB
CMYK
RGB Variations
Color information
#CC4E31 (or 0xCC4E31) is known color: Trinidad. HEX triplet: CC, 4E and 31. RGB value is (204,78,49). Sum of RGB (Red+Green+Blue) = 204+78+49=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E31 is #33B1CE. Grayscale: #707070. Windows color (decimal): -3387855 or 3231436. OLE color: 3231436.
HSL color Cylindrical-coordinate representation of color #CC4E31: hue angle of 11.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC4E31 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 49 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.2 |
| HSL | 11.23º | 0.61% | 0.5% | - |
| HSV(B) | 11.23º | 0.76% | 0.8% | - |
| XYZ | 28.18 | 18.51 | 4.99 | - |
| YUV | 112.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 49 | 0 | 0.62 | 0.76 | 0.2 | 11.23 | 0.61 | 0.5 |
| Hex | CC | 4E | 31 | 0 | 3E | 4C | 14 | B | 3D | 32 |
| Octal | 314 | 116 | 61 | 0 | 76 | 114 | 24 | 13 | 75 | 62 |
| Binary | 11001100 | 1001110 | 110001 | 0 | 111110 | 1001100 | 10100 | 1011 | 111101 | 110010 |
Color Harmonies of #CC4E31
Complementary color
Monochromatic Colors of #CC4E31
Black with #CC4E31
Text Example
Text Example
White with #CC4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E31; }
p { color: rgb(204,78,49); }
H1.HeaderClassName
{
color: #CC4E31;
}
.AnyTagClassName
{
color: #CC4E31;
}
</style>
background-color css
<style>
a { background-color: #CC4E31; }
a { background-color: rgb(204,78,49); }
div.DivClassName
{
background-color: #CC4E31;
}
.BgClassName
{
background-color: #CC4E31;
}
</style>
border-color css
<style>
span { border-color: #CC4E31; }
span { border-color: rgb(204,78,49); }
td.TdClassName
{
border-color: #CC4E31;
}
.TagClassName
{
border-color: #CC4E31;
}
</style>