Shades of Trinidad #CC5125
Tints of Trinidad #CC5125
RGB
CMYK
RGB Variations
Color information
#CC5125 (or 0xCC5125) is known color: Trinidad. HEX triplet: CC, 51 and 25. RGB value is (204,81,37). Sum of RGB (Red+Green+Blue) = 204+81+37=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5125 is #33AEDA. Grayscale: #717171. Windows color (decimal): -3387099 or 2445772. OLE color: 2445772.
HSL color Cylindrical-coordinate representation of color #CC5125: hue angle of 15.81º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC5125 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 37 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.2 |
| HSL | 15.81º | 0.69% | 0.47% | - |
| HSV(B) | 15.81º | 0.82% | 0.8% | - |
| XYZ | 28.18 | 18.86 | 3.9 | - |
| YUV | 112.76 | 85.25 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 37 | 0 | 0.60 | 0.82 | 0.2 | 15.81 | 0.69 | 0.47 |
| Hex | CC | 51 | 25 | 0 | 3C | 52 | 14 | 10 | 45 | 2F |
| Octal | 314 | 121 | 45 | 0 | 74 | 122 | 24 | 20 | 105 | 57 |
| Binary | 11001100 | 1010001 | 100101 | 0 | 111100 | 1010010 | 10100 | 10000 | 1000101 | 101111 |
Color Harmonies of #CC5125
Complementary color
Monochromatic Colors of #CC5125
Black with #CC5125
Text Example
Text Example
White with #CC5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5125; }
p { color: rgb(204,81,37); }
H1.HeaderClassName
{
color: #CC5125;
}
.AnyTagClassName
{
color: #CC5125;
}
</style>
background-color css
<style>
a { background-color: #CC5125; }
a { background-color: rgb(204,81,37); }
div.DivClassName
{
background-color: #CC5125;
}
.BgClassName
{
background-color: #CC5125;
}
</style>
border-color css
<style>
span { border-color: #CC5125; }
span { border-color: rgb(204,81,37); }
td.TdClassName
{
border-color: #CC5125;
}
.TagClassName
{
border-color: #CC5125;
}
</style>