Shades of Fuego #CBCC31
Tints of Fuego #CBCC31
RGB
CMYK
RGB Variations
Color information
#CBCC31 (or 0xCBCC31) is known color: Fuego. HEX triplet: CB, CC and 31. RGB value is (203,204,49). Sum of RGB (Red+Green+Blue) = 203+204+49=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC31 is #3433CE. Grayscale: #BABABA. Windows color (decimal): -3421135 or 3263691. OLE color: 3263691.
HSL color Cylindrical-coordinate representation of color #CBCC31: hue angle of 60.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBCC31 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 49 | - |
| CMYK | 0.00 | 0 | 0.76 | 0.2 |
| HSL | 60.39º | 0.61% | 0.5% | - |
| HSV(B) | 60.39º | 0.76% | 0.8% | - |
| XYZ | 46.78 | 56.1 | 11.27 | - |
| YUV | 186.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 49 | 0.00 | 0 | 0.76 | 0.2 | 60.39 | 0.61 | 0.5 |
| Hex | CB | CC | 31 | 0 | 0 | 4C | 14 | 3C | 3D | 32 |
| Octal | 313 | 314 | 61 | 0 | 0 | 114 | 24 | 74 | 75 | 62 |
| Binary | 11001011 | 11001100 | 110001 | 0 | 0 | 1001100 | 10100 | 111100 | 111101 | 110010 |
Color Harmonies of #CBCC31
Complementary color
Monochromatic Colors of #CBCC31
Black with #CBCC31
Text Example
Text Example
White with #CBCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC31; }
p { color: rgb(203,204,49); }
H1.HeaderClassName
{
color: #CBCC31;
}
.AnyTagClassName
{
color: #CBCC31;
}
</style>
background-color css
<style>
a { background-color: #CBCC31; }
a { background-color: rgb(203,204,49); }
div.DivClassName
{
background-color: #CBCC31;
}
.BgClassName
{
background-color: #CBCC31;
}
</style>
border-color css
<style>
span { border-color: #CBCC31; }
span { border-color: rgb(203,204,49); }
td.TdClassName
{
border-color: #CBCC31;
}
.TagClassName
{
border-color: #CBCC31;
}
</style>