Shades of Trinidad #CC4A25
Tints of Trinidad #CC4A25
RGB
CMYK
RGB Variations
Color information
#CC4A25 (or 0xCC4A25) is known color: Trinidad. HEX triplet: CC, 4A and 25. RGB value is (204,74,37). Sum of RGB (Red+Green+Blue) = 204+74+37=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A25 is #33B5DA. Grayscale: #6C6C6C. Windows color (decimal): -3388891 or 2443980. OLE color: 2443980.
HSL color Cylindrical-coordinate representation of color #CC4A25: hue angle of 13.29º 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 #CC4A25 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 37 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.2 |
| HSL | 13.29º | 0.69% | 0.47% | - |
| HSV(B) | 13.29º | 0.82% | 0.8% | - |
| XYZ | 27.68 | 17.87 | 3.74 | - |
| YUV | 108.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 37 | 0 | 0.64 | 0.82 | 0.2 | 13.29 | 0.69 | 0.47 |
| Hex | CC | 4A | 25 | 0 | 40 | 52 | 14 | D | 45 | 2F |
| Octal | 314 | 112 | 45 | 0 | 100 | 122 | 24 | 15 | 105 | 57 |
| Binary | 11001100 | 1001010 | 100101 | 0 | 1000000 | 1010010 | 10100 | 1101 | 1000101 | 101111 |
Color Harmonies of #CC4A25
Complementary color
Monochromatic Colors of #CC4A25
Black with #CC4A25
Text Example
Text Example
White with #CC4A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A25; }
p { color: rgb(204,74,37); }
H1.HeaderClassName
{
color: #CC4A25;
}
.AnyTagClassName
{
color: #CC4A25;
}
</style>
background-color css
<style>
a { background-color: #CC4A25; }
a { background-color: rgb(204,74,37); }
div.DivClassName
{
background-color: #CC4A25;
}
.BgClassName
{
background-color: #CC4A25;
}
</style>
border-color css
<style>
span { border-color: #CC4A25; }
span { border-color: rgb(204,74,37); }
td.TdClassName
{
border-color: #CC4A25;
}
.TagClassName
{
border-color: #CC4A25;
}
</style>