Shades of Trinidad #CC4830
Tints of Trinidad #CC4830
RGB
CMYK
RGB Variations
Color information
#CC4830 (or 0xCC4830) is known color: Trinidad. HEX triplet: CC, 48 and 30. RGB value is (204,72,48). Sum of RGB (Red+Green+Blue) = 204+72+48=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4830 is #33B7CF. Grayscale: #6C6C6C. Windows color (decimal): -3389392 or 3164364. OLE color: 3164364.
HSL color Cylindrical-coordinate representation of color #CC4830: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC4830 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 48 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.2 |
| HSL | 9.23º | 0.62% | 0.49% | - |
| HSV(B) | 9.23º | 0.76% | 0.8% | - |
| XYZ | 27.75 | 17.69 | 4.75 | - |
| YUV | 108.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 48 | 0 | 0.65 | 0.76 | 0.2 | 9.23 | 0.62 | 0.49 |
| Hex | CC | 48 | 30 | 0 | 41 | 4C | 14 | 9 | 3E | 31 |
| Octal | 314 | 110 | 60 | 0 | 101 | 114 | 24 | 11 | 76 | 61 |
| Binary | 11001100 | 1001000 | 110000 | 0 | 1000001 | 1001100 | 10100 | 1001 | 111110 | 110001 |
Color Harmonies of #CC4830
Complementary color
Monochromatic Colors of #CC4830
Black with #CC4830
Text Example
Text Example
White with #CC4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4830; }
p { color: rgb(204,72,48); }
H1.HeaderClassName
{
color: #CC4830;
}
.AnyTagClassName
{
color: #CC4830;
}
</style>
background-color css
<style>
a { background-color: #CC4830; }
a { background-color: rgb(204,72,48); }
div.DivClassName
{
background-color: #CC4830;
}
.BgClassName
{
background-color: #CC4830;
}
</style>
border-color css
<style>
span { border-color: #CC4830; }
span { border-color: rgb(204,72,48); }
td.TdClassName
{
border-color: #CC4830;
}
.TagClassName
{
border-color: #CC4830;
}
</style>