Html Css Color HEX #C0C831 Fuego

📋 copy color: '#C0C831'

red 192 ◦ green 200 ◦ blue 49

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

Shades of Fuego #C0C831

Tints of Fuego #C0C831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

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

R = 43.54%
G = 45.35%
B = 11.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C0C831 (or 0xC0C831) is known color: Fuego. HEX triplet: C0, C8 and 31. RGB value is (192,200,49). Sum of RGB (Red+Green+Blue) = 192+200+49=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C831 is #3F37CE. Grayscale: #B4B4B4. Windows color (decimal): -4143055 or 3262656. OLE color: 3262656.

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

Color convert

RGB 192 200 49 -
CMYK 0.04 0 0.76 0.22
HSL 63.18º 0.61% 0.49% -
HSV(B) 63.18º 0.76% 0.78% -
XYZ 42.95 52.74 10.82 -
YUV 180.39 53.85 136.28 -
System Red Green Blue C M Y K H S L
Decimal 192 200 49 0.04 0 0.76 0.22 63.18 0.61 0.49
Hex C0 C8 31 4 0 4C 16 3F 3D 31
Octal 300 310 61 4 0 114 26 77 75 61
Binary 11000000 11001000 110001 100 0 1001100 10110 111111 111101 110001

Color Harmonies of #C0C831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C831

Black with #C0C831

Text Example


Text Example

White with #C0C831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C831; }

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

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

background-color css

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

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

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

border-color css

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

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

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