Shades of Trinidad #CC4628
Tints of Trinidad #CC4628
RGB
CMYK
RGB Variations
Color information
#CC4628 (or 0xCC4628) is known color: Trinidad. HEX triplet: CC, 46 and 28. RGB value is (204,70,40). Sum of RGB (Red+Green+Blue) = 204+70+40=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4628 is #33B9D7. Grayscale: #6A6A6A. Windows color (decimal): -3389912 or 2639564. OLE color: 2639564.
HSL color Cylindrical-coordinate representation of color #CC4628: hue angle of 10.98º 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 #CC4628 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 40 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.2 |
| HSL | 10.98º | 0.67% | 0.48% | - |
| HSV(B) | 10.98º | 0.8% | 0.8% | - |
| XYZ | 27.48 | 17.37 | 3.91 | - |
| YUV | 106.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 40 | 0 | 0.66 | 0.80 | 0.2 | 10.98 | 0.67 | 0.48 |
| Hex | CC | 46 | 28 | 0 | 42 | 50 | 14 | B | 43 | 30 |
| Octal | 314 | 106 | 50 | 0 | 102 | 120 | 24 | 13 | 103 | 60 |
| Binary | 11001100 | 1000110 | 101000 | 0 | 1000010 | 1010000 | 10100 | 1011 | 1000011 | 110000 |
Color Harmonies of #CC4628
Complementary color
Monochromatic Colors of #CC4628
Black with #CC4628
Text Example
Text Example
White with #CC4628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4628; }
p { color: rgb(204,70,40); }
H1.HeaderClassName
{
color: #CC4628;
}
.AnyTagClassName
{
color: #CC4628;
}
</style>
background-color css
<style>
a { background-color: #CC4628; }
a { background-color: rgb(204,70,40); }
div.DivClassName
{
background-color: #CC4628;
}
.BgClassName
{
background-color: #CC4628;
}
</style>
border-color css
<style>
span { border-color: #CC4628; }
span { border-color: rgb(204,70,40); }
td.TdClassName
{
border-color: #CC4628;
}
.TagClassName
{
border-color: #CC4628;
}
</style>