Html Css Color HEX #C4C432 Fuego

📋 copy color: '#C4C432'

red 196 ◦ green 196 ◦ blue 50

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

Shades of Fuego #C4C432

Tints of Fuego #C4C432

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.34%

 BLUE value IS 50 (19.92% from 255) = 11.31%

R = 44.34%
G = 44.34%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4C432 (or 0xC4C432) is known color: Fuego. HEX triplet: C4, C4 and 32. RGB value is (196,196,50). Sum of RGB (Red+Green+Blue) = 196+196+50=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C432 is #3B3BCD. Grayscale: #B3B3B3. Windows color (decimal): -3881934 or 3327172. OLE color: 3327172.

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

Color convert

RGB 196 196 50 -
CMYK 0 0 0.74 0.23
HSL 60º 0.59% 0.48% -
HSV(B) 60º 0.74% 0.77% -
XYZ 43.08 51.45 10.68 -
YUV 179.36 55 139.87 -
System Red Green Blue C M Y K H S L
Decimal 196 196 50 0 0 0.74 0.23 60 0.59 0.48
Hex C4 C4 32 0 0 4A 17 3C 3B 30
Octal 304 304 62 0 0 112 27 74 73 60
Binary 11000100 11000100 110010 0 0 1001010 10111 111100 111011 110000

Color Harmonies of #C4C432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C432

Black with #C4C432

Text Example


Text Example

White with #C4C432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C432; }

 p { color: rgb(196,196,50); }

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

background-color css

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

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

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

border-color css

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

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

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