#C1C62B

Color #C1C62B Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C1C62B

Tints of Fuego #C1C62B

Color information

#C1C62B (or 0xC1C62B) is unknown color: approx Fuego. HEX triplet: C1, C6 and 2B. RGB value is (193,198,43). Sum of RGB (Red+Green+Blue) = 193+198+43=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C62B is #3E39D4. Grayscale: #B3B3B3. Windows color (decimal): -4078037 or 2868929. OLE color: 2868929.

HSL color Cylindrical-coordinate representation of color #C1C62B: hue angle of 61.94º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1C62B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19319843-
CMYK0.0300.780.22
HSL61.94º64.32%47.25%-
HSV(B)61.94º78.28%77.65%-
XYZ42.6251.910.06-
YUV178.8351.34138.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 198 (77.73% from 255) = 45.62%
BLUE value IS 43 (17.19% from 255) = 9.91%
R=44.47%
G=45.62%
B=9.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193198430.0300.780.2261.9464.3247.25
HexC1C62B304E163e402f
Octal3013065330116267610057
Binary11000001110001101010111101001110101101111101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C62B; }

 p { color: rgb(193,198,43); }

 H1.HeaderClassName
 {
   color: #C1C62B;
 }
 .AnyTagClassName
 {
   color: #C1C62B;
 }
</style>
background-color css

<style>
 a { background-color: #C1C62B; }

 a { background-color: rgb(193,198,43); }

 div.DivClassName
 {
   background-color: #C1C62B;
 }
 .BgClassName
 {
   background-color: #C1C62B;
 }
</style>
border-color css

<style>
 span { border-color: #C1C62B; }

 span { border-color: rgb(193,198,43); }

 td.TdClassName
 {
   border-color: #C1C62B;
 }
 .TagClassName
 {
   border-color: #C1C62B;
 }
</style>