Shades of Trinidad #CC462A
Tints of Trinidad #CC462A
RGB
CMYK
RGB Variations
Color information
#CC462A (or 0xCC462A) is known color: Trinidad. HEX triplet: CC, 46 and 2A. RGB value is (204,70,42). Sum of RGB (Red+Green+Blue) = 204+70+42=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC462A is #33B9D5. Grayscale: #6B6B6B. Windows color (decimal): -3389910 or 2770636. OLE color: 2770636.
HSL color Cylindrical-coordinate representation of color #CC462A: hue angle of 10.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC462A is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 42 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.2 |
| HSL | 10.37º | 0.66% | 0.48% | - |
| HSV(B) | 10.37º | 0.79% | 0.8% | - |
| XYZ | 27.51 | 17.38 | 4.1 | - |
| YUV | 106.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 42 | 0 | 0.66 | 0.79 | 0.2 | 10.37 | 0.66 | 0.48 |
| Hex | CC | 46 | 2A | 0 | 42 | 4F | 14 | A | 42 | 30 |
| Octal | 314 | 106 | 52 | 0 | 102 | 117 | 24 | 12 | 102 | 60 |
| Binary | 11001100 | 1000110 | 101010 | 0 | 1000010 | 1001111 | 10100 | 1010 | 1000010 | 110000 |
Color Harmonies of #CC462A
Complementary color
Monochromatic Colors of #CC462A
Black with #CC462A
Text Example
Text Example
White with #CC462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC462A; }
p { color: rgb(204,70,42); }
H1.HeaderClassName
{
color: #CC462A;
}
.AnyTagClassName
{
color: #CC462A;
}
</style>
background-color css
<style>
a { background-color: #CC462A; }
a { background-color: rgb(204,70,42); }
div.DivClassName
{
background-color: #CC462A;
}
.BgClassName
{
background-color: #CC462A;
}
</style>
border-color css
<style>
span { border-color: #CC462A; }
span { border-color: rgb(204,70,42); }
td.TdClassName
{
border-color: #CC462A;
}
.TagClassName
{
border-color: #CC462A;
}
</style>