Shades of Trinidad #CC4127
Tints of Trinidad #CC4127
RGB
CMYK
RGB Variations
Color information
#CC4127 (or 0xCC4127) is known color: Trinidad. HEX triplet: CC, 41 and 27. RGB value is (204,65,39). Sum of RGB (Red+Green+Blue) = 204+65+39=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4127 is #33BED8. Grayscale: #676767. Windows color (decimal): -3391193 or 2572748. OLE color: 2572748.
HSL color Cylindrical-coordinate representation of color #CC4127: hue angle of 9.45º 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 #CC4127 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 39 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.2 |
| HSL | 9.45º | 0.68% | 0.48% | - |
| HSV(B) | 9.45º | 0.81% | 0.8% | - |
| XYZ | 27.16 | 16.76 | 3.72 | - |
| YUV | 103.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 39 | 0 | 0.68 | 0.81 | 0.2 | 9.45 | 0.68 | 0.48 |
| Hex | CC | 41 | 27 | 0 | 44 | 51 | 14 | 9 | 44 | 30 |
| Octal | 314 | 101 | 47 | 0 | 104 | 121 | 24 | 11 | 104 | 60 |
| Binary | 11001100 | 1000001 | 100111 | 0 | 1000100 | 1010001 | 10100 | 1001 | 1000100 | 110000 |
Color Harmonies of #CC4127
Complementary color
Monochromatic Colors of #CC4127
Black with #CC4127
Text Example
Text Example
White with #CC4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4127; }
p { color: rgb(204,65,39); }
H1.HeaderClassName
{
color: #CC4127;
}
.AnyTagClassName
{
color: #CC4127;
}
</style>
background-color css
<style>
a { background-color: #CC4127; }
a { background-color: rgb(204,65,39); }
div.DivClassName
{
background-color: #CC4127;
}
.BgClassName
{
background-color: #CC4127;
}
</style>
border-color css
<style>
span { border-color: #CC4127; }
span { border-color: rgb(204,65,39); }
td.TdClassName
{
border-color: #CC4127;
}
.TagClassName
{
border-color: #CC4127;
}
</style>