Html Css Color HEX #C4C62A Fuego

📋 copy color: '#C4C62A'

red 196 ◦ green 198 ◦ blue 42

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

Shades of Fuego #C4C62A

Tints of Fuego #C4C62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 44.95%
G = 45.41%
B = 9.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C4C62A (or 0xC4C62A) is known color: Fuego. HEX triplet: C4, C6 and 2A. RGB value is (196,198,42). Sum of RGB (Red+Green+Blue) = 196+198+42=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C62A is #3B39D5. Grayscale: #B4B4B4. Windows color (decimal): -3881430 or 2803396. OLE color: 2803396.

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

Color convert

RGB 196 198 42 -
CMYK 0.01 0 0.79 0.22
HSL 60.77º 0.65% 0.47% -
HSV(B) 60.77º 0.79% 0.78% -
XYZ 43.38 52.29 10 -
YUV 179.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 196 198 42 0.01 0 0.79 0.22 60.77 0.65 0.47
Hex C4 C6 2A 1 0 4F 16 3D 41 2F
Octal 304 306 52 1 0 117 26 75 101 57
Binary 11000100 11000110 101010 1 0 1001111 10110 111101 1000001 101111

Color Harmonies of #C4C62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C62A

Black with #C4C62A

Text Example


Text Example

White with #C4C62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C62A; }

 p { color: rgb(196,198,42); }

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

background-color css

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

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

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

border-color css

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

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

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