Html Css Color HEX #C2C337 Fuego

📋 copy color: '#C2C337'

red 194 ◦ green 195 ◦ blue 55

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

Shades of Fuego #C2C337

Tints of Fuego #C2C337

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.92%

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

R = 43.69%
G = 43.92%
B = 12.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2C337 (or 0xC2C337) is known color: Fuego. HEX triplet: C2, C3 and 37. RGB value is (194,195,55). Sum of RGB (Red+Green+Blue) = 194+195+55=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C337 is #3D3CC8. Grayscale: #B3B3B3. Windows color (decimal): -4013257 or 3654594. OLE color: 3654594.

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

Color convert

RGB 194 195 55 -
CMYK 0.01 0 0.72 0.24
HSL 60.43º 0.56% 0.49% -
HSV(B) 60.43º 0.72% 0.76% -
XYZ 42.45 50.78 11.18 -
YUV 178.74 58.17 138.88 -
System Red Green Blue C M Y K H S L
Decimal 194 195 55 0.01 0 0.72 0.24 60.43 0.56 0.49
Hex C2 C3 37 1 0 48 18 3C 38 31
Octal 302 303 67 1 0 110 30 74 70 61
Binary 11000010 11000011 110111 1 0 1001000 11000 111100 111000 110001

Color Harmonies of #C2C337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C337

Black with #C2C337

Text Example


Text Example

White with #C2C337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C337; }

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

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

background-color css

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

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

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

border-color css

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

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

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