Shades of Trinidad #CC4827
Tints of Trinidad #CC4827
RGB
CMYK
RGB Variations
Color information
#CC4827 (or 0xCC4827) is known color: Trinidad. HEX triplet: CC, 48 and 27. RGB value is (204,72,39). Sum of RGB (Red+Green+Blue) = 204+72+39=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4827 is #33B7D8. Grayscale: #6B6B6B. Windows color (decimal): -3389401 or 2574540. OLE color: 2574540.
HSL color Cylindrical-coordinate representation of color #CC4827: hue angle of 12º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC4827 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 39 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.2 |
| HSL | 12º | 0.68% | 0.48% | - |
| HSV(B) | 12º | 0.81% | 0.8% | - |
| XYZ | 27.59 | 17.62 | 3.87 | - |
| YUV | 107.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 39 | 0 | 0.65 | 0.81 | 0.2 | 12 | 0.68 | 0.48 |
| Hex | CC | 48 | 27 | 0 | 41 | 51 | 14 | C | 44 | 30 |
| Octal | 314 | 110 | 47 | 0 | 101 | 121 | 24 | 14 | 104 | 60 |
| Binary | 11001100 | 1001000 | 100111 | 0 | 1000001 | 1010001 | 10100 | 1100 | 1000100 | 110000 |
Color Harmonies of #CC4827
Complementary color
Monochromatic Colors of #CC4827
Black with #CC4827
Text Example
Text Example
White with #CC4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4827; }
p { color: rgb(204,72,39); }
H1.HeaderClassName
{
color: #CC4827;
}
.AnyTagClassName
{
color: #CC4827;
}
</style>
background-color css
<style>
a { background-color: #CC4827; }
a { background-color: rgb(204,72,39); }
div.DivClassName
{
background-color: #CC4827;
}
.BgClassName
{
background-color: #CC4827;
}
</style>
border-color css
<style>
span { border-color: #CC4827; }
span { border-color: rgb(204,72,39); }
td.TdClassName
{
border-color: #CC4827;
}
.TagClassName
{
border-color: #CC4827;
}
</style>