Shades of Trinidad #CC4835
Tints of Trinidad #CC4835
RGB
CMYK
RGB Variations
Color information
#CC4835 (or 0xCC4835) is known color: Trinidad. HEX triplet: CC, 48 and 35. RGB value is (204,72,53). Sum of RGB (Red+Green+Blue) = 204+72+53=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4835 is #33B7CA. Grayscale: #6D6D6D. Windows color (decimal): -3389387 or 3492044. OLE color: 3492044.
HSL color Cylindrical-coordinate representation of color #CC4835: hue angle of 7.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC4835 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 53 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.2 |
| HSL | 7.55º | 0.6% | 0.5% | - |
| HSV(B) | 7.55º | 0.74% | 0.8% | - |
| XYZ | 27.86 | 17.73 | 5.32 | - |
| YUV | 109.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 53 | 0 | 0.65 | 0.74 | 0.2 | 7.55 | 0.6 | 0.5 |
| Hex | CC | 48 | 35 | 0 | 41 | 4A | 14 | 8 | 3C | 32 |
| Octal | 314 | 110 | 65 | 0 | 101 | 112 | 24 | 10 | 74 | 62 |
| Binary | 11001100 | 1001000 | 110101 | 0 | 1000001 | 1001010 | 10100 | 1000 | 111100 | 110010 |
Color Harmonies of #CC4835
Complementary color
Monochromatic Colors of #CC4835
Black with #CC4835
Text Example
Text Example
White with #CC4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4835; }
p { color: rgb(204,72,53); }
H1.HeaderClassName
{
color: #CC4835;
}
.AnyTagClassName
{
color: #CC4835;
}
</style>
background-color css
<style>
a { background-color: #CC4835; }
a { background-color: rgb(204,72,53); }
div.DivClassName
{
background-color: #CC4835;
}
.BgClassName
{
background-color: #CC4835;
}
</style>
border-color css
<style>
span { border-color: #CC4835; }
span { border-color: rgb(204,72,53); }
td.TdClassName
{
border-color: #CC4835;
}
.TagClassName
{
border-color: #CC4835;
}
</style>