Html Css Color HEX #C4C231 Fuego

📋 copy color: '#C4C231'

red 196 ◦ green 194 ◦ blue 49

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

Shades of Fuego #C4C231

Tints of Fuego #C4C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.19%

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

R = 44.65%
G = 44.19%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C4C231 (or 0xC4C231) is known color: Fuego. HEX triplet: C4, C2 and 31. RGB value is (196,194,49). Sum of RGB (Red+Green+Blue) = 196+194+49=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C231 is #3B3DCE. Grayscale: #B2B2B2. Windows color (decimal): -3882447 or 3261124. OLE color: 3261124.

HSL color Cylindrical-coordinate representation of color #C4C231: hue angle of 59.18º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4C231 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 194 49 -
CMYK 0 0.01 0.75 0.23
HSL 59.18º 0.6% 0.48% -
HSV(B) 59.18º 0.75% 0.77% -
XYZ 42.61 50.54 10.42 -
YUV 178.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 196 194 49 0 0.01 0.75 0.23 59.18 0.6 0.48
Hex C4 C2 31 0 1 4B 17 3B 3C 30
Octal 304 302 61 0 1 113 27 73 74 60
Binary 11000100 11000010 110001 0 1 1001011 10111 111011 111100 110000

Color Harmonies of #C4C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C231

Black with #C4C231

Text Example


Text Example

White with #C4C231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C231; }

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

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

background-color css

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

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

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

border-color css

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

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

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