Shades of Trinidad #CC4626
Tints of Trinidad #CC4626
RGB
CMYK
RGB Variations
Color information
#CC4626 (or 0xCC4626) is known color: Trinidad. HEX triplet: CC, 46 and 26. RGB value is (204,70,38). Sum of RGB (Red+Green+Blue) = 204+70+38=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4626 is #33B9D9. Grayscale: #6A6A6A. Windows color (decimal): -3389914 or 2508492. OLE color: 2508492.
HSL color Cylindrical-coordinate representation of color #CC4626: hue angle of 11.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC4626 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 38 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.2 |
| HSL | 11.57º | 0.69% | 0.47% | - |
| HSV(B) | 11.57º | 0.81% | 0.8% | - |
| XYZ | 27.44 | 17.36 | 3.74 | - |
| YUV | 106.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 38 | 0 | 0.66 | 0.81 | 0.2 | 11.57 | 0.69 | 0.47 |
| Hex | CC | 46 | 26 | 0 | 42 | 51 | 14 | C | 45 | 2F |
| Octal | 314 | 106 | 46 | 0 | 102 | 121 | 24 | 14 | 105 | 57 |
| Binary | 11001100 | 1000110 | 100110 | 0 | 1000010 | 1010001 | 10100 | 1100 | 1000101 | 101111 |
Color Harmonies of #CC4626
Complementary color
Monochromatic Colors of #CC4626
Black with #CC4626
Text Example
Text Example
White with #CC4626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4626; }
p { color: rgb(204,70,38); }
H1.HeaderClassName
{
color: #CC4626;
}
.AnyTagClassName
{
color: #CC4626;
}
</style>
background-color css
<style>
a { background-color: #CC4626; }
a { background-color: rgb(204,70,38); }
div.DivClassName
{
background-color: #CC4626;
}
.BgClassName
{
background-color: #CC4626;
}
</style>
border-color css
<style>
span { border-color: #CC4626; }
span { border-color: rgb(204,70,38); }
td.TdClassName
{
border-color: #CC4626;
}
.TagClassName
{
border-color: #CC4626;
}
</style>