Html Css Color HEX #C0C631 Fuego

📋 copy color: '#C0C631'

red 192 ◦ green 198 ◦ blue 49

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

Shades of Fuego #C0C631

Tints of Fuego #C0C631

RGB

 RED value IS 192 (75.39% from 255) = 43.74%

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

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

R = 43.74%
G = 45.1%
B = 11.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C0C631 (or 0xC0C631) is known color: Fuego. HEX triplet: C0, C6 and 31. RGB value is (192,198,49). Sum of RGB (Red+Green+Blue) = 192+198+49=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C631 is #3F39CE. Grayscale: #B3B3B3. Windows color (decimal): -4143567 or 3262144. OLE color: 3262144.

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

Color convert

RGB 192 198 49 -
CMYK 0.03 0 0.75 0.22
HSL 62.42º 0.6% 0.48% -
HSV(B) 62.42º 0.75% 0.78% -
XYZ 42.49 51.82 10.67 -
YUV 179.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 192 198 49 0.03 0 0.75 0.22 62.42 0.6 0.48
Hex C0 C6 31 3 0 4B 16 3E 3C 30
Octal 300 306 61 3 0 113 26 76 74 60
Binary 11000000 11000110 110001 11 0 1001011 10110 111110 111100 110000

Color Harmonies of #C0C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C631

Black with #C0C631

Text Example


Text Example

White with #C0C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C631; }

 p { color: rgb(192,198,49); }

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

background-color css

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

 a { background-color: rgb(192,198,49); }

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

border-color css

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

 span { border-color: rgb(192,198,49); }

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