Shades of Trinidad #CC4523
Tints of Trinidad #CC4523
RGB
CMYK
RGB Variations
Color information
#CC4523 (or 0xCC4523) is known color: Trinidad. HEX triplet: CC, 45 and 23. RGB value is (204,69,35). Sum of RGB (Red+Green+Blue) = 204+69+35=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4523 is #33BADC. Grayscale: #696969. Windows color (decimal): -3390173 or 2311628. OLE color: 2311628.
HSL color Cylindrical-coordinate representation of color #CC4523: hue angle of 12.07º 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 #CC4523 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 35 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.2 |
| HSL | 12.07º | 0.71% | 0.47% | - |
| HSV(B) | 12.07º | 0.83% | 0.8% | - |
| XYZ | 27.33 | 17.21 | 3.47 | - |
| YUV | 105.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 35 | 0 | 0.66 | 0.83 | 0.2 | 12.07 | 0.71 | 0.47 |
| Hex | CC | 45 | 23 | 0 | 42 | 53 | 14 | C | 47 | 2F |
| Octal | 314 | 105 | 43 | 0 | 102 | 123 | 24 | 14 | 107 | 57 |
| Binary | 11001100 | 1000101 | 100011 | 0 | 1000010 | 1010011 | 10100 | 1100 | 1000111 | 101111 |
Color Harmonies of #CC4523
Complementary color
Monochromatic Colors of #CC4523
Black with #CC4523
Text Example
Text Example
White with #CC4523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4523; }
p { color: rgb(204,69,35); }
H1.HeaderClassName
{
color: #CC4523;
}
.AnyTagClassName
{
color: #CC4523;
}
</style>
background-color css
<style>
a { background-color: #CC4523; }
a { background-color: rgb(204,69,35); }
div.DivClassName
{
background-color: #CC4523;
}
.BgClassName
{
background-color: #CC4523;
}
</style>
border-color css
<style>
span { border-color: #CC4523; }
span { border-color: rgb(204,69,35); }
td.TdClassName
{
border-color: #CC4523;
}
.TagClassName
{
border-color: #CC4523;
}
</style>