Html Css Color HEX #C0C431 Fuego

📋 copy color: '#C0C431'

red 192 ◦ green 196 ◦ blue 49

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

Shades of Fuego #C0C431

Tints of Fuego #C0C431

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

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

R = 43.94%
G = 44.85%
B = 11.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C0C431 (or 0xC0C431) is known color: Fuego. HEX triplet: C0, C4 and 31. RGB value is (192,196,49). Sum of RGB (Red+Green+Blue) = 192+196+49=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C431 is #3F3BCE. Grayscale: #B2B2B2. Windows color (decimal): -4144079 or 3261632. OLE color: 3261632.

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

Color convert

RGB 192 196 49 -
CMYK 0.02 0 0.75 0.23
HSL 61.63º 0.6% 0.48% -
HSV(B) 61.63º 0.75% 0.77% -
XYZ 42.03 50.91 10.52 -
YUV 178.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 192 196 49 0.02 0 0.75 0.23 61.63 0.6 0.48
Hex C0 C4 31 2 0 4B 17 3E 3C 30
Octal 300 304 61 2 0 113 27 76 74 60
Binary 11000000 11000100 110001 10 0 1001011 10111 111110 111100 110000

Color Harmonies of #C0C431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C431

Black with #C0C431

Text Example


Text Example

White with #C0C431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C431; }

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

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

background-color css

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

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

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

border-color css

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

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

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