Html Css Color HEX #C5C630 Fuego

📋 copy color: '#C5C630'

red 197 ◦ green 198 ◦ blue 48

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

Shades of Fuego #C5C630

Tints of Fuego #C5C630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.84%

R = 44.47%
G = 44.7%
B = 10.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C5C630 (or 0xC5C630) is known color: Fuego. HEX triplet: C5, C6 and 30. RGB value is (197,198,48). Sum of RGB (Red+Green+Blue) = 197+198+48=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C630 is #3A39CF. Grayscale: #B5B5B5. Windows color (decimal): -3815888 or 3196613. OLE color: 3196613.

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

Color convert

RGB 197 198 48 -
CMYK 0.01 0 0.76 0.22
HSL 60.4º 0.61% 0.48% -
HSV(B) 60.4º 0.76% 0.78% -
XYZ 43.75 52.47 10.62 -
YUV 180.6 53.17 139.7 -
System Red Green Blue C M Y K H S L
Decimal 197 198 48 0.01 0 0.76 0.22 60.4 0.61 0.48
Hex C5 C6 30 1 0 4C 16 3C 3D 30
Octal 305 306 60 1 0 114 26 74 75 60
Binary 11000101 11000110 110000 1 0 1001100 10110 111100 111101 110000

Color Harmonies of #C5C630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C630

Black with #C5C630

Text Example


Text Example

White with #C5C630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C630; }

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

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

background-color css

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

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

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

border-color css

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

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

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