Shades of Trinidad #CC462C
Tints of Trinidad #CC462C
RGB
CMYK
RGB Variations
Color information
#CC462C (or 0xCC462C) is known color: Trinidad. HEX triplet: CC, 46 and 2C. RGB value is (204,70,44). Sum of RGB (Red+Green+Blue) = 204+70+44=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC462C is #33B9D3. Grayscale: #6B6B6B. Windows color (decimal): -3389908 or 2901708. OLE color: 2901708.
HSL color Cylindrical-coordinate representation of color #CC462C: hue angle of 9.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC462C is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 44 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.2 |
| HSL | 9.75º | 0.65% | 0.49% | - |
| HSV(B) | 9.75º | 0.78% | 0.8% | - |
| XYZ | 27.55 | 17.4 | 4.29 | - |
| YUV | 107.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 44 | 0 | 0.66 | 0.78 | 0.2 | 9.75 | 0.65 | 0.49 |
| Hex | CC | 46 | 2C | 0 | 42 | 4E | 14 | A | 41 | 31 |
| Octal | 314 | 106 | 54 | 0 | 102 | 116 | 24 | 12 | 101 | 61 |
| Binary | 11001100 | 1000110 | 101100 | 0 | 1000010 | 1001110 | 10100 | 1010 | 1000001 | 110001 |
Color Harmonies of #CC462C
Complementary color
Monochromatic Colors of #CC462C
Black with #CC462C
Text Example
Text Example
White with #CC462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC462C; }
p { color: rgb(204,70,44); }
H1.HeaderClassName
{
color: #CC462C;
}
.AnyTagClassName
{
color: #CC462C;
}
</style>
background-color css
<style>
a { background-color: #CC462C; }
a { background-color: rgb(204,70,44); }
div.DivClassName
{
background-color: #CC462C;
}
.BgClassName
{
background-color: #CC462C;
}
</style>
border-color css
<style>
span { border-color: #CC462C; }
span { border-color: rgb(204,70,44); }
td.TdClassName
{
border-color: #CC462C;
}
.TagClassName
{
border-color: #CC462C;
}
</style>