Html Css Color HEX #C0C231 Fuego

📋 copy color: '#C0C231'

red 192 ◦ green 194 ◦ blue 49

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

Shades of Fuego #C0C231

Tints of Fuego #C0C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.6%

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

R = 44.14%
G = 44.6%
B = 11.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C0C231 (or 0xC0C231) is known color: Fuego. HEX triplet: C0, C2 and 31. RGB value is (192,194,49). Sum of RGB (Red+Green+Blue) = 192+194+49=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C231 is #3F3DCE. Grayscale: #B1B1B1. Windows color (decimal): -4144591 or 3261120. OLE color: 3261120.

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

Color convert

RGB 192 194 49 -
CMYK 0.01 0 0.75 0.24
HSL 60.83º 0.6% 0.48% -
HSV(B) 60.83º 0.75% 0.76% -
XYZ 41.58 50.01 10.37 -
YUV 176.87 55.84 138.79 -
System Red Green Blue C M Y K H S L
Decimal 192 194 49 0.01 0 0.75 0.24 60.83 0.6 0.48
Hex C0 C2 31 1 0 4B 18 3D 3C 30
Octal 300 302 61 1 0 113 30 75 74 60
Binary 11000000 11000010 110001 1 0 1001011 11000 111101 111100 110000

Color Harmonies of #C0C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C231

Black with #C0C231

Text Example


Text Example

White with #C0C231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C231; }

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

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

background-color css

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

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

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

border-color css

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

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

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