Shades of Trinidad #CC4725
Tints of Trinidad #CC4725
RGB
CMYK
RGB Variations
Color information
#CC4725 (or 0xCC4725) is known color: Trinidad. HEX triplet: CC, 47 and 25. RGB value is (204,71,37). Sum of RGB (Red+Green+Blue) = 204+71+37=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4725 is #33B8DA. Grayscale: #6B6B6B. Windows color (decimal): -3389659 or 2443212. OLE color: 2443212.
HSL color Cylindrical-coordinate representation of color #CC4725: hue angle of 12.22º 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 #CC4725 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 37 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.2 |
| HSL | 12.22º | 0.69% | 0.47% | - |
| HSV(B) | 12.22º | 0.82% | 0.8% | - |
| XYZ | 27.49 | 17.48 | 3.67 | - |
| YUV | 106.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 37 | 0 | 0.65 | 0.82 | 0.2 | 12.22 | 0.69 | 0.47 |
| Hex | CC | 47 | 25 | 0 | 41 | 52 | 14 | C | 45 | 2F |
| Octal | 314 | 107 | 45 | 0 | 101 | 122 | 24 | 14 | 105 | 57 |
| Binary | 11001100 | 1000111 | 100101 | 0 | 1000001 | 1010010 | 10100 | 1100 | 1000101 | 101111 |
Color Harmonies of #CC4725
Complementary color
Monochromatic Colors of #CC4725
Black with #CC4725
Text Example
Text Example
White with #CC4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4725; }
p { color: rgb(204,71,37); }
H1.HeaderClassName
{
color: #CC4725;
}
.AnyTagClassName
{
color: #CC4725;
}
</style>
background-color css
<style>
a { background-color: #CC4725; }
a { background-color: rgb(204,71,37); }
div.DivClassName
{
background-color: #CC4725;
}
.BgClassName
{
background-color: #CC4725;
}
</style>
border-color css
<style>
span { border-color: #CC4725; }
span { border-color: rgb(204,71,37); }
td.TdClassName
{
border-color: #CC4725;
}
.TagClassName
{
border-color: #CC4725;
}
</style>