Shades of Trinidad #CC4F25
Tints of Trinidad #CC4F25
RGB
CMYK
RGB Variations
Color information
#CC4F25 (or 0xCC4F25) is known color: Trinidad. HEX triplet: CC, 4F and 25. RGB value is (204,79,37). Sum of RGB (Red+Green+Blue) = 204+79+37=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4F25 is #33B0DA. Grayscale: #6F6F6F. Windows color (decimal): -3387611 or 2445260. OLE color: 2445260.
HSL color Cylindrical-coordinate representation of color #CC4F25: hue angle of 15.09º 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 #CC4F25 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 37 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.2 |
| HSL | 15.09º | 0.69% | 0.47% | - |
| HSV(B) | 15.09º | 0.82% | 0.8% | - |
| XYZ | 28.03 | 18.56 | 3.86 | - |
| YUV | 111.59 | 85.91 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 37 | 0 | 0.61 | 0.82 | 0.2 | 15.09 | 0.69 | 0.47 |
| Hex | CC | 4F | 25 | 0 | 3D | 52 | 14 | F | 45 | 2F |
| Octal | 314 | 117 | 45 | 0 | 75 | 122 | 24 | 17 | 105 | 57 |
| Binary | 11001100 | 1001111 | 100101 | 0 | 111101 | 1010010 | 10100 | 1111 | 1000101 | 101111 |
Color Harmonies of #CC4F25
Complementary color
Monochromatic Colors of #CC4F25
Black with #CC4F25
Text Example
Text Example
White with #CC4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F25; }
p { color: rgb(204,79,37); }
H1.HeaderClassName
{
color: #CC4F25;
}
.AnyTagClassName
{
color: #CC4F25;
}
</style>
background-color css
<style>
a { background-color: #CC4F25; }
a { background-color: rgb(204,79,37); }
div.DivClassName
{
background-color: #CC4F25;
}
.BgClassName
{
background-color: #CC4F25;
}
</style>
border-color css
<style>
span { border-color: #CC4F25; }
span { border-color: rgb(204,79,37); }
td.TdClassName
{
border-color: #CC4F25;
}
.TagClassName
{
border-color: #CC4F25;
}
</style>