Html Css Color HEX #C2C531 Fuego

📋 copy color: '#C2C531'

red 194 ◦ green 197 ◦ blue 49

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

Shades of Fuego #C2C531

Tints of Fuego #C2C531

RGB

 RED value IS 194 (76.17% from 255) = 44.09%

 GREEN value IS 197 (77.34% from 255) = 44.77%

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

R = 44.09%
G = 44.77%
B = 11.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C2C531 (or 0xC2C531) is known color: Fuego. HEX triplet: C2, C5 and 31. RGB value is (194,197,49). Sum of RGB (Red+Green+Blue) = 194+197+49=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C531 is #3D3ACE. Grayscale: #B3B3B3. Windows color (decimal): -4012751 or 3261890. OLE color: 3261890.

HSL color Cylindrical-coordinate representation of color #C2C531: hue angle of 61.22º 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 #C2C531 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 49 -
CMYK 0.02 0 0.75 0.23
HSL 61.22º 0.6% 0.48% -
HSV(B) 61.22º 0.75% 0.77% -
XYZ 42.77 51.62 10.62 -
YUV 179.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 194 197 49 0.02 0 0.75 0.23 61.22 0.6 0.48
Hex C2 C5 31 2 0 4B 17 3D 3C 30
Octal 302 305 61 2 0 113 27 75 74 60
Binary 11000010 11000101 110001 10 0 1001011 10111 111101 111100 110000

Color Harmonies of #C2C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C531

Black with #C2C531

Text Example


Text Example

White with #C2C531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C531; }

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

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

background-color css

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

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

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

border-color css

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

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

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