Shades of Trinidad #CC4A38
Tints of Trinidad #CC4A38
RGB
CMYK
RGB Variations
Color information
#CC4A38 (or 0xCC4A38) is known color: Trinidad. HEX triplet: CC, 4A and 38. RGB value is (204,74,56). Sum of RGB (Red+Green+Blue) = 204+74+56=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A38 is #33B5C7. Grayscale: #6F6F6F. Windows color (decimal): -3388872 or 3689164. OLE color: 3689164.
HSL color Cylindrical-coordinate representation of color #CC4A38: hue angle of 7.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4A38 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 56 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.2 |
| HSL | 7.3º | 0.59% | 0.51% | - |
| HSV(B) | 7.3º | 0.73% | 0.8% | - |
| XYZ | 28.06 | 18.02 | 5.74 | - |
| YUV | 110.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 56 | 0 | 0.64 | 0.73 | 0.2 | 7.3 | 0.59 | 0.51 |
| Hex | CC | 4A | 38 | 0 | 40 | 49 | 14 | 7 | 3B | 33 |
| Octal | 314 | 112 | 70 | 0 | 100 | 111 | 24 | 7 | 73 | 63 |
| Binary | 11001100 | 1001010 | 111000 | 0 | 1000000 | 1001001 | 10100 | 111 | 111011 | 110011 |
Color Harmonies of #CC4A38
Complementary color
Monochromatic Colors of #CC4A38
Black with #CC4A38
Text Example
Text Example
White with #CC4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A38; }
p { color: rgb(204,74,56); }
H1.HeaderClassName
{
color: #CC4A38;
}
.AnyTagClassName
{
color: #CC4A38;
}
</style>
background-color css
<style>
a { background-color: #CC4A38; }
a { background-color: rgb(204,74,56); }
div.DivClassName
{
background-color: #CC4A38;
}
.BgClassName
{
background-color: #CC4A38;
}
</style>
border-color css
<style>
span { border-color: #CC4A38; }
span { border-color: rgb(204,74,56); }
td.TdClassName
{
border-color: #CC4A38;
}
.TagClassName
{
border-color: #CC4A38;
}
</style>