Html Css Color HEX #C5C634 Fuego

📋 copy color: '#C5C634'

red 197 ◦ green 198 ◦ blue 52

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

Shades of Fuego #C5C634

Tints of Fuego #C5C634

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.3%

 BLUE value IS 52 (20.7% from 255) = 11.63%

R = 44.07%
G = 44.3%
B = 11.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C5C634 (or 0xC5C634) is known color: Fuego. HEX triplet: C5, C6 and 34. RGB value is (197,198,52). Sum of RGB (Red+Green+Blue) = 197+198+52=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C634 is #3A39CB. Grayscale: #B5B5B5. Windows color (decimal): -3815884 or 3458757. OLE color: 3458757.

HSL color Cylindrical-coordinate representation of color #C5C634: hue angle of 60.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5C634 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 198 52 -
CMYK 0.01 0 0.74 0.22
HSL 60.41º 0.58% 0.49% -
HSV(B) 60.41º 0.74% 0.78% -
XYZ 43.84 52.51 11.07 -
YUV 181.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 197 198 52 0.01 0 0.74 0.22 60.41 0.58 0.49
Hex C5 C6 34 1 0 4A 16 3C 3A 31
Octal 305 306 64 1 0 112 26 74 72 61
Binary 11000101 11000110 110100 1 0 1001010 10110 111100 111010 110001

Color Harmonies of #C5C634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C634

Black with #C5C634

Text Example


Text Example

White with #C5C634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C634; }

 p { color: rgb(197,198,52); }

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

background-color css

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

 a { background-color: rgb(197,198,52); }

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

border-color css

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

 span { border-color: rgb(197,198,52); }

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