Html Css Color HEX #C5C42F Fuego

📋 copy color: '#C5C42F'

red 197 ◦ green 196 ◦ blue 47

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

Shades of Fuego #C5C42F

Tints of Fuego #C5C42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 44.77%
G = 44.55%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5C42F (or 0xC5C42F) is known color: Fuego. HEX triplet: C5, C4 and 2F. RGB value is (197,196,47). Sum of RGB (Red+Green+Blue) = 197+196+47=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C42F is #3A3BD0. Grayscale: #B3B3B3. Windows color (decimal): -3816401 or 3130565. OLE color: 3130565.

HSL color Cylindrical-coordinate representation of color #C5C42F: hue angle of 59.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5C42F is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 196 47 -
CMYK 0 0.01 0.76 0.23
HSL 59.6º 0.61% 0.48% -
HSV(B) 59.6º 0.76% 0.77% -
XYZ 43.28 51.56 10.36 -
YUV 179.31 53.33 140.62 -
System Red Green Blue C M Y K H S L
Decimal 197 196 47 0 0.01 0.76 0.23 59.6 0.61 0.48
Hex C5 C4 2F 0 1 4C 17 3C 3D 30
Octal 305 304 57 0 1 114 27 74 75 60
Binary 11000101 11000100 101111 0 1 1001100 10111 111100 111101 110000

Color Harmonies of #C5C42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C42F

Black with #C5C42F

Text Example


Text Example

White with #C5C42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C42F; }

 p { color: rgb(197,196,47); }

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

background-color css

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

 a { background-color: rgb(197,196,47); }

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

border-color css

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

 span { border-color: rgb(197,196,47); }

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