Html Css Color HEX #C2C537 Fuego

📋 copy color: '#C2C537'

red 194 ◦ green 197 ◦ blue 55

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

Shades of Fuego #C2C537

Tints of Fuego #C2C537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.33%

R = 43.5%
G = 44.17%
B = 12.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C2C537 (or 0xC2C537) is known color: Fuego. HEX triplet: C2, C5 and 37. RGB value is (194,197,55). Sum of RGB (Red+Green+Blue) = 194+197+55=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C537 is #3D3AC8. Grayscale: #B4B4B4. Windows color (decimal): -4012745 or 3655106. OLE color: 3655106.

HSL color Cylindrical-coordinate representation of color #C2C537: hue angle of 61.27º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2C537 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 55 -
CMYK 0.02 0 0.72 0.23
HSL 61.27º 0.56% 0.49% -
HSV(B) 61.27º 0.72% 0.77% -
XYZ 42.9 51.68 11.33 -
YUV 179.92 57.51 138.05 -
System Red Green Blue C M Y K H S L
Decimal 194 197 55 0.02 0 0.72 0.23 61.27 0.56 0.49
Hex C2 C5 37 2 0 48 17 3D 38 31
Octal 302 305 67 2 0 110 27 75 70 61
Binary 11000010 11000101 110111 10 0 1001000 10111 111101 111000 110001

Color Harmonies of #C2C537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C537

Black with #C2C537

Text Example


Text Example

White with #C2C537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C537; }

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

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

background-color css

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

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

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

border-color css

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

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

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