Shades of Fuego #C3CE2B
Tints of Fuego #C3CE2B
RGB
CMYK
RGB Variations
Color information
#C3CE2B (or 0xC3CE2B) is known color: Fuego. HEX triplet: C3, CE and 2B. RGB value is (195,206,43). Sum of RGB (Red+Green+Blue) = 195+206+43=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE2B is #3C31D4. Grayscale: #B8B8B8. Windows color (decimal): -3944917 or 2870979. OLE color: 2870979.
HSL color Cylindrical-coordinate representation of color #C3CE2B: hue angle of 64.05º 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 #C3CE2B is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 206 | 43 | - |
CMYK | 0.05 | 0 | 0.79 | 0.19 |
HSL | 64.05º | 0.65% | 0.49% | - |
HSV(B) | 64.05º | 0.79% | 0.81% | - |
XYZ | 45.01 | 55.92 | 10.71 | - |
YUV | 184.13 | 48.36 | 135.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 206 | 43 | 0.05 | 0 | 0.79 | 0.19 | 64.05 | 0.65 | 0.49 |
Hex | C3 | CE | 2B | 5 | 0 | 4F | 13 | 40 | 41 | 31 |
Octal | 303 | 316 | 53 | 5 | 0 | 117 | 23 | 100 | 101 | 61 |
Binary | 11000011 | 11001110 | 101011 | 101 | 0 | 1001111 | 10011 | 1000000 | 1000001 | 110001 |
Color Harmonies of #C3CE2B
Complementary color
Monochromatic Colors of #C3CE2B
Black with #C3CE2B
Text Example
Text Example
White with #C3CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CE2B; }
p { color: rgb(195,206,43); }
H1.HeaderClassName
{
color: #C3CE2B;
}
.AnyTagClassName
{
color: #C3CE2B;
}
</style>
background-color css
<style>
a { background-color: #C3CE2B; }
a { background-color: rgb(195,206,43); }
div.DivClassName
{
background-color: #C3CE2B;
}
.BgClassName
{
background-color: #C3CE2B;
}
</style>
border-color css
<style>
span { border-color: #C3CE2B; }
span { border-color: rgb(195,206,43); }
td.TdClassName
{
border-color: #C3CE2B;
}
.TagClassName
{
border-color: #C3CE2B;
}
</style>