Shades of Trinidad #CC4323
Tints of Trinidad #CC4323
RGB
CMYK
RGB Variations
Color information
#CC4323 (or 0xCC4323) is known color: Trinidad. HEX triplet: CC, 43 and 23. RGB value is (204,67,35). Sum of RGB (Red+Green+Blue) = 204+67+35=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4323 is #33BCDC. Grayscale: #686868. Windows color (decimal): -3390685 or 2311116. OLE color: 2311116.
HSL color Cylindrical-coordinate representation of color #CC4323: hue angle of 11.36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC4323 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 35 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.2 |
| HSL | 11.36º | 0.71% | 0.47% | - |
| HSV(B) | 11.36º | 0.83% | 0.8% | - |
| XYZ | 27.21 | 16.97 | 3.43 | - |
| YUV | 104.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 35 | 0 | 0.67 | 0.83 | 0.2 | 11.36 | 0.71 | 0.47 |
| Hex | CC | 43 | 23 | 0 | 43 | 53 | 14 | B | 47 | 2F |
| Octal | 314 | 103 | 43 | 0 | 103 | 123 | 24 | 13 | 107 | 57 |
| Binary | 11001100 | 1000011 | 100011 | 0 | 1000011 | 1010011 | 10100 | 1011 | 1000111 | 101111 |
Color Harmonies of #CC4323
Complementary color
Monochromatic Colors of #CC4323
Black with #CC4323
Text Example
Text Example
White with #CC4323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4323; }
p { color: rgb(204,67,35); }
H1.HeaderClassName
{
color: #CC4323;
}
.AnyTagClassName
{
color: #CC4323;
}
</style>
background-color css
<style>
a { background-color: #CC4323; }
a { background-color: rgb(204,67,35); }
div.DivClassName
{
background-color: #CC4323;
}
.BgClassName
{
background-color: #CC4323;
}
</style>
border-color css
<style>
span { border-color: #CC4323; }
span { border-color: rgb(204,67,35); }
td.TdClassName
{
border-color: #CC4323;
}
.TagClassName
{
border-color: #CC4323;
}
</style>