Shades of Trinidad #CC4634
Tints of Trinidad #CC4634
RGB
CMYK
RGB Variations
Color information
#CC4634 (or 0xCC4634) is known color: Trinidad. HEX triplet: CC, 46 and 34. RGB value is (204,70,52). Sum of RGB (Red+Green+Blue) = 204+70+52=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4634 is #33B9CB. Grayscale: #6C6C6C. Windows color (decimal): -3389900 or 3425996. OLE color: 3425996.
HSL color Cylindrical-coordinate representation of color #CC4634: hue angle of 7.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC4634 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 52 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.2 |
| HSL | 7.11º | 0.6% | 0.5% | - |
| HSV(B) | 7.11º | 0.75% | 0.8% | - |
| XYZ | 27.71 | 17.47 | 5.16 | - |
| YUV | 108.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 52 | 0 | 0.66 | 0.75 | 0.2 | 7.11 | 0.6 | 0.5 |
| Hex | CC | 46 | 34 | 0 | 42 | 4B | 14 | 7 | 3C | 32 |
| Octal | 314 | 106 | 64 | 0 | 102 | 113 | 24 | 7 | 74 | 62 |
| Binary | 11001100 | 1000110 | 110100 | 0 | 1000010 | 1001011 | 10100 | 111 | 111100 | 110010 |
Color Harmonies of #CC4634
Complementary color
Monochromatic Colors of #CC4634
Black with #CC4634
Text Example
Text Example
White with #CC4634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4634; }
p { color: rgb(204,70,52); }
H1.HeaderClassName
{
color: #CC4634;
}
.AnyTagClassName
{
color: #CC4634;
}
</style>
background-color css
<style>
a { background-color: #CC4634; }
a { background-color: rgb(204,70,52); }
div.DivClassName
{
background-color: #CC4634;
}
.BgClassName
{
background-color: #CC4634;
}
</style>
border-color css
<style>
span { border-color: #CC4634; }
span { border-color: rgb(204,70,52); }
td.TdClassName
{
border-color: #CC4634;
}
.TagClassName
{
border-color: #CC4634;
}
</style>