Html Css Color HEX #C1C630 Fuego

📋 copy color: '#C1C630'

red 193 ◦ green 198 ◦ blue 48

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

Shades of Fuego #C1C630

Tints of Fuego #C1C630

RGB

 RED value IS 193 (75.78% from 255) = 43.96%

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

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

R = 43.96%
G = 45.1%
B = 10.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C1C630 (or 0xC1C630) is known color: Fuego. HEX triplet: C1, C6 and 30. RGB value is (193,198,48). Sum of RGB (Red+Green+Blue) = 193+198+48=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C630 is #3E39CF. Grayscale: #B4B4B4. Windows color (decimal): -4078032 or 3196609. OLE color: 3196609.

HSL color Cylindrical-coordinate representation of color #C1C630: hue angle of 62º 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 #C1C630 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 198 48 -
CMYK 0.03 0 0.76 0.22
HSL 62º 0.61% 0.48% -
HSV(B) 62º 0.76% 0.78% -
XYZ 42.72 51.94 10.57 -
YUV 179.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 193 198 48 0.03 0 0.76 0.22 62 0.61 0.48
Hex C1 C6 30 3 0 4C 16 3E 3D 30
Octal 301 306 60 3 0 114 26 76 75 60
Binary 11000001 11000110 110000 11 0 1001100 10110 111110 111101 110000

Color Harmonies of #C1C630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C630

Black with #C1C630

Text Example


Text Example

White with #C1C630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C630; }

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

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

background-color css

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

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

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

border-color css

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

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

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