Shades of Trinidad #CC4028
Tints of Trinidad #CC4028
RGB
CMYK
RGB Variations
Color information
#CC4028 (or 0xCC4028) is known color: Trinidad. HEX triplet: CC, 40 and 28. RGB value is (204,64,40). Sum of RGB (Red+Green+Blue) = 204+64+40=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4028 is #33BFD7. Grayscale: #676767. Windows color (decimal): -3391448 or 2638028. OLE color: 2638028.
HSL color Cylindrical-coordinate representation of color #CC4028: hue angle of 8.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC4028 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 40 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.2 |
| HSL | 8.78º | 0.67% | 0.48% | - |
| HSV(B) | 8.78º | 0.8% | 0.8% | - |
| XYZ | 27.12 | 16.66 | 3.79 | - |
| YUV | 103.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 40 | 0 | 0.69 | 0.80 | 0.2 | 8.78 | 0.67 | 0.48 |
| Hex | CC | 40 | 28 | 0 | 45 | 50 | 14 | 9 | 43 | 30 |
| Octal | 314 | 100 | 50 | 0 | 105 | 120 | 24 | 11 | 103 | 60 |
| Binary | 11001100 | 1000000 | 101000 | 0 | 1000101 | 1010000 | 10100 | 1001 | 1000011 | 110000 |
Color Harmonies of #CC4028
Complementary color
Monochromatic Colors of #CC4028
Black with #CC4028
Text Example
Text Example
White with #CC4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4028; }
p { color: rgb(204,64,40); }
H1.HeaderClassName
{
color: #CC4028;
}
.AnyTagClassName
{
color: #CC4028;
}
</style>
background-color css
<style>
a { background-color: #CC4028; }
a { background-color: rgb(204,64,40); }
div.DivClassName
{
background-color: #CC4028;
}
.BgClassName
{
background-color: #CC4028;
}
</style>
border-color css
<style>
span { border-color: #CC4028; }
span { border-color: rgb(204,64,40); }
td.TdClassName
{
border-color: #CC4028;
}
.TagClassName
{
border-color: #CC4028;
}
</style>