Html Css Color HEX #C5C331 Fuego

📋 copy color: '#C5C331'

red 197 ◦ green 195 ◦ blue 49

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

Shades of Fuego #C5C331

Tints of Fuego #C5C331

RGB

 RED value IS 197 (77.34% from 255) = 44.67%

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

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

R = 44.67%
G = 44.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C5C331 (or 0xC5C331) is known color: Fuego. HEX triplet: C5, C3 and 31. RGB value is (197,195,49). Sum of RGB (Red+Green+Blue) = 197+195+49=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C331 is #3A3CCE. Grayscale: #B3B3B3. Windows color (decimal): -3816655 or 3261381. OLE color: 3261381.

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

Color convert

RGB 197 195 49 -
CMYK 0 0.01 0.75 0.23
HSL 59.19º 0.6% 0.48% -
HSV(B) 59.19º 0.75% 0.77% -
XYZ 43.1 51.12 10.5 -
YUV 178.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 197 195 49 0 0.01 0.75 0.23 59.19 0.6 0.48
Hex C5 C3 31 0 1 4B 17 3B 3C 30
Octal 305 303 61 0 1 113 27 73 74 60
Binary 11000101 11000011 110001 0 1 1001011 10111 111011 111100 110000

Color Harmonies of #C5C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C331

Black with #C5C331

Text Example


Text Example

White with #C5C331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C331; }

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

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

background-color css

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

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

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

border-color css

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

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

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