Html Css Color HEX #C4C831 Fuego

📋 copy color: '#C4C831'

red 196 ◦ green 200 ◦ blue 49

#C4C831
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #C4C831

Tints of Fuego #C4C831

RGB

 RED value IS 196 (76.95% from 255) = 44.04%

 GREEN value IS 200 (78.52% from 255) = 44.94%

 BLUE value IS 49 (19.53% from 255) = 11.01%

R = 44.04%
G = 44.94%
B = 11.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C4C831 (or 0xC4C831) is known color: Fuego. HEX triplet: C4, C8 and 31. RGB value is (196,200,49). Sum of RGB (Red+Green+Blue) = 196+200+49=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C831 is #3B37CE. Grayscale: #B6B6B6. Windows color (decimal): -3880911 or 3262660. OLE color: 3262660.

HSL color Cylindrical-coordinate representation of color #C4C831: hue angle of 61.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4C831 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 200 49 -
CMYK 0.02 0 0.76 0.22
HSL 61.59º 0.61% 0.49% -
HSV(B) 61.59º 0.76% 0.78% -
XYZ 43.97 53.27 10.87 -
YUV 181.59 53.17 138.28 -
System Red Green Blue C M Y K H S L
Decimal 196 200 49 0.02 0 0.76 0.22 61.59 0.61 0.49
Hex C4 C8 31 2 0 4C 16 3E 3D 31
Octal 304 310 61 2 0 114 26 76 75 61
Binary 11000100 11001000 110001 10 0 1001100 10110 111110 111101 110001

Color Harmonies of #C4C831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C831

Black with #C4C831

Text Example


Text Example

White with #C4C831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C831; }

 p { color: rgb(196,200,49); }

 H1.HeaderClassName
 {
   color: #C4C831;
 }
 .AnyTagClassName
 {
   color: #C4C831;
 }
</style>

background-color css

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

 a { background-color: rgb(196,200,49); }

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

border-color css

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

 span { border-color: rgb(196,200,49); }

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