Shades of Fuego #CCCE2C
Tints of Fuego #CCCE2C
RGB
CMYK
RGB Variations
Color information
#CCCE2C (or 0xCCCE2C) is known color: Fuego. HEX triplet: CC, CE and 2C. RGB value is (204,206,44). Sum of RGB (Red+Green+Blue) = 204+206+44=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE2C is #3331D3. Grayscale: #BBBBBB. Windows color (decimal): -3355092 or 2936524. OLE color: 2936524.
HSL color Cylindrical-coordinate representation of color #CCCE2C: hue angle of 60.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCCE2C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 44 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.19 |
| HSL | 60.74º | 0.65% | 0.49% | - |
| HSV(B) | 60.74º | 0.79% | 0.81% | - |
| XYZ | 47.43 | 57.16 | 10.92 | - |
| YUV | 186.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 44 | 0.01 | 0 | 0.79 | 0.19 | 60.74 | 0.65 | 0.49 |
| Hex | CC | CE | 2C | 1 | 0 | 4F | 13 | 3D | 41 | 31 |
| Octal | 314 | 316 | 54 | 1 | 0 | 117 | 23 | 75 | 101 | 61 |
| Binary | 11001100 | 11001110 | 101100 | 1 | 0 | 1001111 | 10011 | 111101 | 1000001 | 110001 |
Color Harmonies of #CCCE2C
Complementary color
Monochromatic Colors of #CCCE2C
Black with #CCCE2C
Text Example
Text Example
White with #CCCE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE2C; }
p { color: rgb(204,206,44); }
H1.HeaderClassName
{
color: #CCCE2C;
}
.AnyTagClassName
{
color: #CCCE2C;
}
</style>
background-color css
<style>
a { background-color: #CCCE2C; }
a { background-color: rgb(204,206,44); }
div.DivClassName
{
background-color: #CCCE2C;
}
.BgClassName
{
background-color: #CCCE2C;
}
</style>
border-color css
<style>
span { border-color: #CCCE2C; }
span { border-color: rgb(204,206,44); }
td.TdClassName
{
border-color: #CCCE2C;
}
.TagClassName
{
border-color: #CCCE2C;
}
</style>