Html Css Color HEX #C0C331 Fuego

📋 copy color: '#C0C331'

red 192 ◦ green 195 ◦ blue 49

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

Shades of Fuego #C0C331

Tints of Fuego #C0C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.72%

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

R = 44.04%
G = 44.72%
B = 11.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C0C331 (or 0xC0C331) is known color: Fuego. HEX triplet: C0, C3 and 31. RGB value is (192,195,49). Sum of RGB (Red+Green+Blue) = 192+195+49=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C331 is #3F3CCE. Grayscale: #B2B2B2. Windows color (decimal): -4144335 or 3261376. OLE color: 3261376.

HSL color Cylindrical-coordinate representation of color #C0C331: hue angle of 61.23º 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 #C0C331 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 49 -
CMYK 0.02 0 0.75 0.24
HSL 61.23º 0.6% 0.48% -
HSV(B) 61.23º 0.75% 0.76% -
XYZ 41.81 50.46 10.44 -
YUV 177.46 55.51 138.37 -
System Red Green Blue C M Y K H S L
Decimal 192 195 49 0.02 0 0.75 0.24 61.23 0.6 0.48
Hex C0 C3 31 2 0 4B 18 3D 3C 30
Octal 300 303 61 2 0 113 30 75 74 60
Binary 11000000 11000011 110001 10 0 1001011 11000 111101 111100 110000

Color Harmonies of #C0C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C331

Black with #C0C331

Text Example


Text Example

White with #C0C331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C331; }

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

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

background-color css

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

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

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

border-color css

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

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

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